WeActStudio / BluePill-Plus

STM32F103C8T6/GD32F303CCT6 Core Board Doc
GNU General Public License v3.0
112 stars 25 forks source link

Not free space on disk #15

Open Kabron287 opened 2 years ago

Kabron287 commented 2 years ago

Weact BluePill-Plus F303 comes with two modes bootloaders:

  1. MBED - like with virtual 12kB drive
  2. HID-API The second one works with GD32 MCU HID IAP Programmer.

When I tried to load hex/bin files to virtual drive, I got error not enough space. How to overcome this bug?

Second question: are there any possibilities to use these bootloaders with arduino IDE?