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.
Hi,
I'm working on a custom bootloader. I need two different pie interrupt vector table, one for bootloader and one for user application. After bootloader code ends and cpu jump to user application code, cpu will use user application pie vector table. Bootloder code and it's vector table will be constant and user application code and it's vector table will be updatable.
How can I do that?
- CPU F28377D, CCSv6.1.2, Compiler v6.4.9
Thanks,