I don't want to use the boot pin every time I program my board.
Is there a way to do this?
If I write my own bootloader, can I solve the above problem?
Can I modify the embedded bootloader?
Search found 2 matches
- Tue Jun 28, 2022 6:44 pm
- Forum: USB bootloader
- Topic: STM32F0 Bootloader Problem/Issue
- Replies: 14
- Views: 31870
- Thu Jun 02, 2022 5:26 pm
- Forum: General discussion
- Topic: Rotary encoder with blue pill
- Replies: 31
- Views: 77049
Re: Rotary encoder with blue pill
I was not familiar with the systick interrupts and it took me a minute to realize that STM core was different from Roger Clarks.
Arduino STM32" but adding "systick_attach_callback &encoder1_read" in setup made it run perfectly on my blue pill running Roger Clarks "Arduino STM32" core.
Arduino STM32" but adding "systick_attach_callback &encoder1_read" in setup made it run perfectly on my blue pill running Roger Clarks "Arduino STM32" core.