CS3 provides support for the following boards on ARM EABI targets.
Altera Cyclone III Cortex-M1 | ||
---|---|---|
Processor name: | Cortex-M1 | |
Processor options: | -mcpu=cortex-m1 -mthumb | |
Memory regions: | itcm ,ram (SRAM),rom (Flash) | |
Interrupt vector: | __cs3_interrupt_vector_micro | |
Linker scripts: | RAM Hosted | cycloneiii-cm1-ram-hosted.ld |
RAM Unhosted | cycloneiii-cm1-ram.ld | |
ROM Hosted | cycloneiii-cm1-rom-hosted.ld | |
ROM Unhosted | cycloneiii-cm1-rom.ld |
Altera CycloneV-DK | ||
---|---|---|
Processor name: | Altera CycloneV | |
Processor options: | -mcpu=cortex-a9 | |
Memory regions: | boot_rom (On Chip Boot ROM),oc_ram (On Chip RAM),ram (DDR-SDRAM) | |
Interrupt vector: | __cs3_interrupt_vector_arm | |
Linker scripts: | RAM Hosted | cycloneV-dk-ram-hosted.ld |
RAM Unhosted | cycloneV-dk-ram.ld |
Altera CycloneV-DK (On-Chip) | ||
---|---|---|
Processor name: | Altera CycloneV (On-Chip) | |
Processor options: | -mcpu=cortex-a9 | |
Memory regions: | boot_rom (On Chip Boot ROM),ram (On Chip RAM),ddr_sdram (DDR-SDRAM) | |
Interrupt vector: | __cs3_interrupt_vector_arm | |
Linker scripts: | RAM Hosted | cycloneV-dk-oc-ram-hosted.ld |
RAM Unhosted | cycloneV-dk-oc-ram.ld |
ARM M-profile Simulator | ||
---|---|---|
Processor name: | Cortex-M3 | |
Processor options: | -mcpu=cortex-m3 -mthumb | |
Memory regions: | ram | |
Interrupt vector: | __cs3_interrupt_vector_micro | |
Linker scripts: | Simulator Hosted | generic-m-hosted.ld |
Simulator Unhosted | generic-m.ld |
ARM Simulator | ||
---|---|---|
Processor name: | unspecified | |
Processor options: | none | |
Memory regions: | ram | |
Interrupt vector: | __cs3_interrupt_vector_arm | |
Linker scripts: | Simulator Hosted | generic-hosted.ld |
Simulator Unhosted | generic.ld |
ARM Simulator (VFP) | ||
---|---|---|
Processor name: | unspecified | |
Processor options: | none | |
Memory regions: | ram | |
Interrupt vector: | __cs3_interrupt_vector_arm | |
Linker scripts: | Simulator Hosted | generic-vfp-hosted.ld |
Simulator Unhosted | generic-vfp.ld |
ARMulator (RDI) | ||
---|---|---|
Processor name: | unspecified | |
Processor options: | none | |
Memory regions: | ram | |
Interrupt vector: | __cs3_interrupt_vector_arm | |
Linker scripts: | RAM Hosted | armulator-ram-hosted.ld |
RAM Unhosted | armulator-ram.ld |
Xilinx Zynq-7000 | ||
---|---|---|
Processor name: | Cortex-A9 | |
Processor options: | -mcpu=cortex-a9 | |
Memory regions: | ram (1024MB DDR SDRAM),rom (64MB NOR Flash Memory) | |
Interrupt vector: | __cs3_interrupt_vector_arm | |
Linker scripts: | RAM Hosted | zynq7000-ram-hosted.ld |
RAM Unhosted | zynq7000-ram.ld | |
ROM Hosted | zynq7000-rom-hosted.ld | |
ROM Unhosted | zynq7000-rom.ld |