Other Parts Discussed in Thread: CONTROLSUITE
Hi,
I am having problems activating CSM on F28069 using CCS v5.3. My application code is about 32K, data 4K, CLA program and data almost full, and I use two flash sectors for user data (using Flash2806x API) Almost all my code runs from RAM. I think, all my data is in unsecured area so I should be able to run code from anywhere. My application runs without passwords or with passwords when my code unlocks the CSM when it starts. It does not run if I remove the code that unlocks it.
How can I figure out what is the problem? Is it for sure accessing secured area from unsecured code? Is there anything special regarding CLA code/data and CSM? Anything special about using the flash API besides supplying the password through _PRG_keyX?
Thank you in advance!