“Core STM32 Startup Guide”的版本间的差异
小 (southwolf moved page Core ARM Startup Guide to Core STM32 Startup Guide: Name change by tiki) |
|||
第28行: | 第28行: | ||
* Run Maple IDE, click menu Tools -> Board, select Microduino-CoreSTM32 to RAM if you just want to test the program, or Microduino-CoreSTM32 to Flash if you want to run the program after resetting the board. | * Run Maple IDE, click menu Tools -> Board, select Microduino-CoreSTM32 to RAM if you just want to test the program, or Microduino-CoreSTM32 to Flash if you want to run the program after resetting the board. | ||
+ | = Download bootloader(firmware) using Microduino-USB2TTL = | ||
+ | * Download and install STM32 Flash loader demonstrator from http://www.st.com/web/en/catalog/tools/PF257525 | ||
+ | * Download bootloader file from Maple website: http://static.leaflabs.com/pub/leaflabs/maple-bootloader/maple_mini_boot.bin | ||
+ | * Plug CoreARM on USB2TTL module, connect the USB2TTL module(NOT CoreARM) to your computer. | ||
+ | |||
+ | * Open Flash loader demonstrator, when you see the following dialog, press and hold the BUT button, then click the RESET button, and then release the BUT button. Then click "Next" | ||
+ | [[File:STM32 flash loader 1.png|thumb|center|600px|Flash loader - 1]] | ||
+ | |||
+ | * Click Next again on this page | ||
+ | [[File:STM32 flash loader 2.png|thumb|center|600px|Flash loader - 2]] | ||
+ | |||
+ | * Check if the Target is 128K, and all pages are UnProtected, click Next | ||
+ | [[File:STM32 flash loader 3.png|thumb|center|600px|Flash loader - 3]] | ||
+ | |||
+ | * Select "Download to Device", browse to the "maple_mini_boot.bin", click Next | ||
+ | [[File:STM32 flash loader 4.png|thumb|center|600px|Flash loader - 4]] | ||
+ | |||
+ | * Wait for the progress finish. When the Flash loader promts "Download operation finished successfully", your Microduino-CoreSTM32 is OK to use! | ||
+ | [[File:STM32 flash loader 5.png|thumb|center|600px|Flash loader - 5]] | ||
|} | |} |
2014年7月12日 (六) 10:08的版本
目录Setup Microduino-CoreSTM32 with Maple IDE (Windows)
http://leaflabs.com/docs/maple-ide-install.html#maple-ide-install
If you ar using Windows 7 64bit or Windows 8Try this http://wiki.leaflabs.com/Maple_IDE_Windows_8_Installation Programming Microduino-CoreSTM32
Download bootloader(firmware) using Microduino-USB2TTL
|