Tool/software: Code Composer Studio
Hi, I have being developing an application on above mentioned micro controller for some time now. I used to load the to the RAM. However now i need to write the application to the flash,
I get 1 warning while building "#10247-D null: creating output section "ramfuncs" without a SECTIONS specification". And when i start a debug session, the code goes immediately into __interrupt void ILLEGAL_ISR(void) function.
what is the problem with this case. The code runs perfectly from RAM.
I have attached my code below