Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I dont understand. I take FLASH example project from control suite, added periferal like GPIO, ADC, timers. This project worked, but when i added a few line of codes, i get ILLEGAL_ISR. I red this forum about this problem, but i have added memcpy(&RamfuncsRunStart, &RamfuncsLoadStart, (Uint32)&RamfuncsLoadSize); how it was in example file. Now i have deleted DELAY_US and added my delay function, and it helped, but i want to know how to fix it correct, becouse sometimes i see "illegalIsr".