rogerclarkmelbourne / STM32duino-bootloader

Bootloader for STM32F103 boards, for use with the Arduino_STM32 repo and the Arduino IDE
948 stars 492 forks source link

Use updater_stm32f1.ino for STM32F103CB #130

Open gonzzzales opened 3 weeks ago

gonzzzales commented 3 weeks ago

Hi! I am trying to write bootloader with my scetch for STM32F103CB using updater_stm32f1.ino. I take bootloader generic_boot20_pc13.bin and combine it with my scetch blink.ino.bin with tool mergesketch.exe.

Then in updater_stm32f1.ino i change const char maple_mini_boot20[] with my combined scetch. Unfortunetly it not work. Allways stm32 freeze on "Writing flash page 8 of 15".

Please help me to understand, what is wrong?

gonzzzales commented 3 weeks ago

Is anybody here?