Tool/software:
Hi All,
We are working with TMS570LS1224 Board for Free RTOS in application and bootloader without RTOS.
So we are able to jump to application using bootloader and able to run the application, but the issue is there no interrupt invoking in the application after changing in intvect.asm file of Bootloader.
Find the below snippet for the same.
And in the application intvect.asm file
In this case our application is at 0x20000 flash memory location and as per the thread we are referring from the TI forum is
So using this are able to jump to application but there is not interrupt are invoking by using this,
Please check if there are missing out something.
Thanks in advance
Shriram