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.
Tool/software: Code Composer Studio
I run the same SW out of RAM with SYSCLKDIVSEL 0 or 1 without any issue, however if I initialize SYSCLKDIVSEL = 0 to make ePWM frequency = 100MHz then the SW does not run out of FLASH. What am I missing to initialize yet?
Thank you,
Victor
Victor,
When do you see this error pop-up? Do you have real-time mode enabled in the Debug settings of your project? When real-time mode is enabled, emulation and debug accesses are normally blocked so depending on what you are trying to do, the debugger may be trying to make accesses which are blocked. Please see this related thread for recommendation on when to enable real-time mode.
The link below also has some references on using real-time mode that may be helpful:
http://processors.wiki.ti.com/index.php/Debug_Handbook_for_CCS#C2000