Hello,
When I run example program Hello World with default configuration everything is ok. I've tried use SDRAM memory. When I builded and ran program I got in console:
C64xx_0: GEL Output: GEL StartUp Complete.
C64xx_0: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
My configurtaion is:
- CCSv5.5.0.00077
- DSP BIOS 5.42
- Board TMS320C6416T DSK
- in *.ccxml file:
- Connection:Blackhawk XDS560v2 - USB System Trace Emulator,
- Device: DSK6416
- GEL file: dsk6416.gel
When I prepare *.ccxml file for simulation:
- Connection: Texas Instruments Simulator
- Device: C6416 Device Cycle Accurate Simulator, Little Endian
- GEL file: tisim_init_64xx.gel
everything is ok.
In attachment are files:
- dsk6416.gel
- hello.tcf
- test.map
- hellocfg.cmd
What is wrong with memory configuration? In cmd file linker is using memory in accroding with tcf file.
Lukasz.