Other Parts Discussed in Thread: C2000WARE
Hello,
we are developing secondary boot loader in our project. So do we have to relocate vector table in application code or not?
if yes, then how to relocate vector table?
Regards,
Sandeep
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.
Hello,
we are developing secondary boot loader in our project. So do we have to relocate vector table in application code or not?
if yes, then how to relocate vector table?
Regards,
Sandeep
Sandeep,
It depends on your use case. If you are using the interrupts in your secondary bootloader then you need to remap the vector table. You can find it in any example in C2000Ware which is using the interrupt. Please refer the same.
Regards,
Vivek Singh
Hello Vivek,
Thanks for quick reply. I think in our project in secondary boot loader we are going to use interrupts.
i have gone through external_interrupt_cpu01 example code of F2807 in C2000 ware, but still confused about how to relocate vector table.
Is there any document or guidelines for doing this thing.
Regards,
Sandeep chavan