How to change vector table address for my application? #1991
Closed
mucahitturk
started this conversation in
General
Replies: 2 comments 19 replies
-
Hi @mucahitturk |
Beta Was this translation helpful? Give feedback.
6 replies
-
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions