Part Number: F28M35H22C
Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
I'm trying to program ControlSuite examples to my processor. In CCS, when I choose 'RAM' as build settings, I can program the code to the processor without any problem. But when I choose 'FLASH' CCS says:
Cortex_M3_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.
I checked the FLASH configuration. It uses "F28M35x_generic_M3_FLASH.cmd" as linker file.I'm using CCSV5.5, Can anyone please tell me what the problem is.