Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
Dear Team,
My code is too large to run only in RAM so I want to split the code with the debugged functions or libraries in Flash and the not debugged code in RAM.
- With the previous version (6.2) , I could choose to download RAM + FLASH or RAM only
→ this option seems to be removed in the new version (8.3). Can you confirm that? - I implement the .cinit section in RAMM0. During the program download, the .cinit table seems to be correctly loaded BUT then when the flash is programmed, the RAMM0 is altered and the .cinit table is no more valid at the end of the operation.
I tried the option BACKUP RAM during Flash programing but there is no change.
Do you have any recommendations on how to handle this?
Thanks,
Nico