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 have successfully compiled the Blinky example, LED Blinking wtih 1 HZ. In Debug mode, I can run the application, and the LED is blinking.
But with nowFlash using the Settings above, after execute, there are no errors displayed, but the LED is not blinking.
I need this tool since I want to test the same Application written and compiled with Ada.
What settings are missing in NowFlash which is internally used in CCS Debug mode?
From CCS, can you do a system reset and then see if you can connect to CPU? System reset does not require connection to CPU.
You may consider replacing the instruction at address 0x0 with "b #-8" for debugging. After reset, CPU will loop around this location. When you hooked up CCS, everything is at default.
Thanks and regards,
Zhaohong