Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
boards:mxchip [2015/01/06 20:05]
darron
boards:mxchip [2022/11/27 00:29] (current)
darron [Resources]
Line 140: Line 140:
 === Standalone demo === === Standalone demo ===
  
-Install [[:tools:libopencm3|OpenCM3]] and build examples.+Install [[:tools:libopencm3|OpenCM3]].
  
-Enter ST ISP mode using BOOT0, RX and TX as show in the pinout above.+Install [[:tools:stm32flash|STM32Flash]]. 
 + 
 +Enter ST ISP mode using BOOT0, RX and TX as shown in the pinout above.
  
 Fetch the demo and edit the Makefile, change the serial device to your host device (TTYISP). Fetch the demo and edit the Makefile, change the serial device to your host device (TTYISP).
Line 162: Line 164:
 stm32flash -w emw3162.bin -b 115200 /dev/ttyAMA0 stm32flash -w emw3162.bin -b 115200 /dev/ttyAMA0
 </code> </code>
 +
 +===Resources===
 +
 +[[https://www.st.com/resource/en/datasheet/stm32f205rg.pdf|MCU datasheet]]
 +
 +[[https://www.st.com/resource/en/reference_manual/cd00225773-stm32f205xx-stm32f207xx-stm32f215xx-and-stm32f217xx-advanced-arm-based-32-bit-mcus-stmicroelectronics.pdf|MCU reference manual]]