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 am trying to load Launchpad demo application, but i get the above error. I am using only CPU1,
Naveen,
Address 0x3FE493 is from BOOTROM. This address corresponds to c1brom_itrap_isr() function which tells me that CPU has executed Illegal intruction which has triggerred illegal interrupt (c1brom_itrap_isr).
I would encourage you to use BOOTROM project available in below C2000Ware path. You can load the symbols and check it out yourselves.
<C2000Ware>\libraries\boot_rom\f2837xd\revB\rom_sources\F2837x_bootROM
I assume CPU started executing immediately after your application code got programmed.
Regards,
Manoj