How to change vector table address for my application?

Post here all questions related to LibMaple core if you can't find a relevant section!
Post Reply
mucahitt
Posts: 1
Joined: Fri Mar 31, 2023 8:42 am

How to change vector table address for my application?

Post by mucahitt »

Hello I developed custom bootloader application and test application in keil ide and it is working for stm32f103c8t6 .

There is a project that developed with arduino ide and i just want to change start position of this program.

For test application, i added VECT_TAB_OFFSET 0x00002000 and i changed the rom1 start address from 0x8000000 to 0x8002000 in keil ide.In this configuration test application is working when i uploaded using bootloader app.

How can i set same configuration in the arduino ide?
Post Reply

Return to “General discussion”