Core STM32 Startup Guide

来自Microduino Wikipedia
southwolf讨论 | 贡献2014年7月11日 (五) 14:46的版本 (Created page with "{| style="width: 800px;" |- | =Setup Microduino-CoreARM with Maple IDE (Windows)= * Download Maple IDE on http://leaflabs.com/docs/maple-ide-install.html#maple-ide-instal...")
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

Setup Microduino-CoreARM with Maple IDE (Windows)

  • Download Maple IDE on
   http://leaflabs.com/docs/maple-ide-install.html#maple-ide-install
  • Although the document says Maple only supports WinXP 32-bit, but you can also run it on Windows 7 or Windows 8 with some workaroud.
Download Maple IDE
  • UnZip the Maple IDE into a folder, like C:\maple\
  • If you are using Windows XP, just plug Microduino-CoreARM into your USB port, Open your Device Manager, you will see a Device named "Maple", with a yellow exclamation.
  • Right click on the Maple, Select "Update Driver". Click on "Not this time", then Next.
  • Select the following option: Install from a list or specific location (Advanced), and then click Next.
  • Select "Search for the best drivers in these locations", Click on "Include this location in the search, and then Browse into folder like "C:\maple\drivers", Click Next.
  • You should now have the CoreARM driver installed.

If you ar using Windows 7 64bit or Windows 8

Try this http://wiki.leaflabs.com/Maple_IDE_Windows_8_Installation

Programming Microduino-CoreARM

  • Make sure you have already installed driver of CoreARM
  • Download and setup Microduino-CoreARM hardware supporting package
  • Run Maple IDE, click menu Tools -> Board, select Microduino-CoreARM to RAM if you just want to test the program, or Microduino-CoreARM to Flash if you want to run the program after resetting the board.