Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
November 20, 2019 - 4:54pm
|
Hi , I am developing IAP project for one of my application. I am using CAN interrupt to program the application througj bootloader. My problem is how to handle the interrupt vector table for both application and bootloader.How to define the vector table in Bootloader and how to define in the application? how to handle the IRQ handler in both application as well as in bootloader.I am flashing the application file through CAN. Thanks Raja.D |
Hello,
This depends mostly on your CPU... which one is it?
Did you check the CPU constructor's bootloader example for this CPU?
Best Regards,
Vincent
Hi Vincent,
I am using STM8AF528.
I Checked with CPU constructor's bootloader but it is not suitable for my application.
Thanks
Raja.D