Topic : IAP programming vector table handling

Forum : Ride IDE

Original Post
Post Information Post
November 20, 2019 - 4:54pm
Joseph Christober

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

Replies
Post Information Post
+1
0
-1
November 29, 2019 - 11:16am
vincent choplin

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

+1
0
-1
November 29, 2019 - 2:03pm
Joseph Christober

Hi Vincent,

I am using STM8AF528.

I Checked with CPU constructor's bootloader but it is not suitable for my application.

Thanks

Raja.D