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.
Hello
Does anyone know, why C28 core doesn't start after power reset? Any "dual" firmware example works well in debug, but if one disconnects debugger and does power reset, arm core will startonly. I have read some topicshttp://e2e.ti.com/support/microcontrollers/c2000/f/171/p/300415/1046961.aspx, http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/249044.aspx, http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/280830.aspx, http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/205604/729878.aspx#729878, http://e2e.ti.com/support/microcontrollers/c2000/f/171/p/167999/612985.aspx#612985
and a few more, but these are about "how to debug". I'm wondered, "How to release?". I have tried some variants with IPCMtoCBootControlSystem() and IPCMtoCBootBranch(), but it didn't help me. Could you answer please, how to run C28 core?
There shouldn't be any problem with F28M36x dual core boot. Are you building stand-alone flash configuration and not the debug configuration on the dual core examples?
Best Regards
Santosh
Thanks for attention, Santosh. Yes, you're right, shouldn't be. It seems, I just have found a solution for this problem, by adding "_STANDALONE" in predefined symbols for M3 project, and it works after disconnecting debugger. Is this the right way?
yes, it should have been already available in the build configurations. Right Click on the project and browse through the build configurations and set active the one you want.
Best Regards
Santosh