-
Notifications
You must be signed in to change notification settings - Fork 34
Tools and Drivers
rogerz edited this page Jul 7, 2012
·
2 revisions
- Sourcery G++ Lite: Cross compile toolchain
- Python: Required by scons
- Scons: Software construction tools
-
DFU util: Device firmware upgrade utilities. Link for Windows binary
-
DFU driver: DFU driver for Windows. After download the binary, you need to customize the
.inffile as following- VendorID = "VID_0483"
- ProductID = "PID_DF11"
- DeviceGUID = "{243F93A6-54CD-48C0-9391-DF4CF4ABED86}"
- DeviceClassGUID = "{88bae032-5a81-49f0-bc3d-a4ff138216d6}"
- STM32 Virtual COM Port driver: USB Slave port on ART will become a virtual COM port after boot up. It is connected to FinSH (shell in RT-Thread) which is very useful for debugging.