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.

CCS/F28M35H52C: Code goes into illegal ISR

Part Number: F28M35H52C

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

C28x_NewTest_Controller.zip