rogerclarkmelbourne / Arduino_STM32

Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards
Other
2.49k stars 1.25k forks source link

Custom start address for stm32f103c8 #905

Closed mucahitturk closed 1 year ago

mucahitturk commented 1 year ago

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?

mucahitturk commented 1 year ago

?