Hello everyone,
I am having some problems with the release mode in CCSv4. I have a program which take a signal in the UART and them copy this to a hard disk connect to the USB. Until now, I have tested the program in debug mode. I need that the DSP-program works all the time without the necessity to debug it everytime, so when I turn the DSP on I want that the DSP works without load the program everytime. I need that program always be in the DSP.
1) does the release mode works like that I want?
2) When I change to release mode I have the next problem:
C674X_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.
C674X_0: Trouble Writing Register PC: Error 0x00000006/-1176 Error during: Memory, Register, The IM memory request is not serviced by the HW memory system. This could be caused by the memory address specified does not exist in the specified memory/cache level.
How can I fix this issue? The debug and Release mode have the same configuration.
Regards
Accel