User Tools

Site Tools


arm:stm32f103c8t6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
arm:stm32f103c8t6 [2014/04/14 21:38] – [Demo] redoxarm:stm32f103c8t6 [2014/04/14 21:41] – [USB bootloader] redox
Line 47: Line 47:
 I haven't found many bootloaders that could work without an external switch, ... So I settled on a modified version of the [[https://github.com/leaflabs/maple-bootloader|Maple bootloader]]. Another one would have been [[http://feaser.com/openblt/doku.php|OpenBLT]] but the PC software seems Windows-only so... \>_< I haven't found many bootloaders that could work without an external switch, ... So I settled on a modified version of the [[https://github.com/leaflabs/maple-bootloader|Maple bootloader]]. Another one would have been [[http://feaser.com/openblt/doku.php|OpenBLT]] but the PC software seems Windows-only so... \>_<
  
-The Maple Bootloader provides DFU access. You can program to RAM or Flash. I won't go into details about DFU... On Archlinux, install the __df-utils__ package from the AUR, and then it's just "simple".+The Maple Bootloader provides DFU access. You can program to RAM or Flash. I won't go into details about DFU... On Archlinux, install the __dfu-utils__ package from the AUR, and then it's just "simple".
  
 <code>[redox@RedoXPS ~/STM32F103_Demo]$ dfu-util -d 1337:1eaf -a 1 -D ./main.bin -R <code>[redox@RedoXPS ~/STM32F103_Demo]$ dfu-util -d 1337:1eaf -a 1 -D ./main.bin -R