Part Number: TMS570LC4357
Dear Support Team
My boot-loader is working in vectored interrupt mode and my Uc/Os-III application is working in software dispatch mode. I have configured everything as per this post https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/785080.
After commenting out the (Enable IRQ offset via Vic controller) //coreEnableIrqVicOffset_(); and //viminit() in boot-loader HL_sys_startup.c code, then uc/os-III application is running properly, but boot-loader not working. For the bootloader to work properly, the above two statements have to be un-commented.
How to branch the IRQ vector for Boot-loader and application.