Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Hello,
When I execute "DELAY_US()" in app running on FLASH, then code immediately jumps to ILLEGAL_ISR(). Instead, when I execute "DELAY_US()" in app running on RAM it works OK. I would like to be able to call "DELAY_US()" in app running on FLASH and make it work properly. I am using default linker command files (provided in controlSUITE).
Taking a look into linker command file, this routine is loaded into FLASH but executed in RAM.
Can anybody help please?
Thanks in advance!
Best regards,
Adria