This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm not sure if this is the right forum, but here goes. I have Code Composer v5.4.00091 on my Windows 7 32 bit notebook and have installed it on my new Windows 7 64 bit desktop machine. The install went just fine (I think...). I moved a project from my notebook to the new machine, it compiled and linked just fine. I was able to connect to the F28M35H52C1 processor via the XDS100v2 USB Emulator (it properly resets the processor and such). But when I go to load the code to the M3 side of the processor I get the following message:
"Cortex_M3_0: Loader: One or more sections of your program falls into a memory region that is not writeable. These regions will not actually be written to the target. check your linker configuration and/or memory map."
I have compared the .map files on my notebook and on the desktop, and, except for the time stamp, they are identical. I figured it might be in the Target Configuration, but I've compared those as well (I'm blessed that I can put both systems side by side and compare...LOL! Don't always have THAT luxury...LOL!). I'm sure there is a simple setting somewhere that I missed, but I'm at a loss. I can continue to work using my notebook,but it is long in the tooth and we want to transition to the desktop.
Any insight will be GREATLY appreciated!!! Thanks in advance.
Paul
Hi Paul,
Are you sure both the CCS versions are same? I would like you to update the same to the latest version CCS v5.5 and check. This should solve your issue for sure! Do keep us informed.
Regards,
Gautam
Hi Paul,
I assume that you are using the same HW (XDS100v2 and board) as you were using with the notebook. If that is the case:
Paul Buschmeyer said:I figured it might be in the Target Configuration, but I've compared those as well
I was curious if it was a GEL file difference. I assume that both target configurations are using the same.
Even though both version are using v5.4, it could be that the notebook had an updated emulation package if you ever updated the 5.4 installation. Please confirm that the emulator package versions are the same (Help -> About Code Composer Studio -> Installation Details).
Thanks
ki