KarlK90 / yaemk-split-kb

5x8 Split keyboard with thumb-clusters, rotary encoders and oleds.
https://karlk90.github.io/yaemk-split-kb/
GNU General Public License v3.0
112 stars 13 forks source link

Different reset behaviour #7

Closed toniz4 closed 2 years ago

toniz4 commented 2 years ago

When reading the guide i noticed that the way of enabling the bootloader mode in the arm chip is different from the risc v chip, why so?

KarlK90 commented 2 years ago

The GigaDevice circuitry inside the GD32VF103 is different enough from the STM32F303 that the combined Reset and BOOT0 pin triggering circuit that is operated by the DFU button doesn't work properly. So the plug / unplug procedure is needed as a workaround.

toniz4 commented 2 years ago

Got it, thanks!