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 revision
Previous revision
Last revisionBoth sides next revision
arm:stm32f103c8t6 [2014/04/14 21:38] – [Demo] redoxarm:stm32f103c8t6 [2014/04/14 21:54] – [Links] 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
Line 114: Line 114:
 * [[http://www.fussylogic.co.uk/blog/?p=1238]] * [[http://www.fussylogic.co.uk/blog/?p=1238]]
 * [[http://www.emcu.it/STM32.html]] * [[http://www.emcu.it/STM32.html]]
 +* [[http://www.olliw.eu/2013/stm32-this-and-that/]]
 * [[http://darauble.wordpress.com/2014/01/09/hello-arm-ir-truputukas-teorijos/]] Not in english... * [[http://darauble.wordpress.com/2014/01/09/hello-arm-ir-truputukas-teorijos/]] Not in english...