This software is experimental and a work in progress. Under no circumstances should these files be used in relation to any critical system(s). Use of these files is at your own risk.
After getting pissed with this board not working correctly in Windows 7 64-bit with the default drivers, and then problems with a Windows XP 32-bit VM (VMWare) on Windows 7 64-bit (because it kept enumerating the device in the host machine), I tried Feyr's method. It works great!
Step-by-step instructions:
Download the binary libUSB package (http://sourceforge.net/projects/libusb-win32/files/), extract somewhere (we'll call it c:\LIBUSB)
Plug the Maple board into the computer
Open Device Manager
Switch Maple board into continuous Bootloader mode (hit reset until you get the fast blinks followed by slower blinks; reset again and immediately hit and hold the boot "BUT" button until it changes into slow blink mode, release).
It should show some broken USB device in y**ices, not a com-port
Run the libusb INF wizard (c:\LIBUSB\bin\x86\inf-wizard.exe)
Click through the dialogs, the default values should be fine, or you can fill in some descriptive info
Save the INF and have it install. It'll produce a big red prompt about the driver being unsigned and problematic; however, it will still work.
"Update" the MAPLE 003 device in y**ice manager and select the INF file you generated.
To load any program:
Run the Maple IDE, when you hit the Upload, hit your Reset button on your Maple Board. It should detect and load the data on it. If your compile takes too long, try hitting the reset later in the upload. I used an alternating interval blink to prove it was working to me instead of the straight blink code.
The serial drivers that came with the Maple IDE package do work fine, so you can use those drivers for the COM port directly.
而STM32也是一种芯片,是ARM®Cortex® M 处理器内核的 32位闪存微控制器,特点是:高性能、低成本、低功耗。说白了就是就是ARM芯片的一种,使用的是最新的ARM V7内核架构,Cortex还有A、R两个系列。ARM处理器就是相当于一系列的芯片的统称,ARM开发板有很多,功能非常强大,像大型系统方面用到。需要根据ARM内核来,一般有ARM7、ARM9、ARM11开发板等。STM32和51单片机相比,代码效率高,执行速度快、功能强大,一般用C语言等进行编程