Difference between revisions of "ARM-USB-OCD"

(Software)
(Hardware)
 
(2 intermediate revisions by the same user not shown)
Line 49: Line 49:
  
 
== Hardware ==
 
== Hardware ==
Under construction
+
The board is propriety design and the design is not open-source hardware.
  
 
== Software ==
 
== Software ==
Line 58: Line 58:
 
*[https://www.olimex.com/Products/ARM/JTAG/_resources/DRIVERS-(libusb-1.2.2.0-CDM20808).zip Latest libUSB drivers for OpenOCD versions prior to 0.9.0 and IAR EW; these drivers are not suitable for OpenOCD versions after 0.9.0 - use WinUSB drivers via the Zadig installer]
 
*[https://www.olimex.com/Products/ARM/JTAG/_resources/DRIVERS-(libusb-1.2.2.0-CDM20808).zip Latest libUSB drivers for OpenOCD versions prior to 0.9.0 and IAR EW; these drivers are not suitable for OpenOCD versions after 0.9.0 - use WinUSB drivers via the Zadig installer]
  
*[https://www.olimex.com/Products/ARM/JTAG/_resources/OLIMEX-FTDI-drivers-2-12-04.zip FTDI drivers 2.12.04 for CrossStudio and CooCox]  
+
*[https://www.olimex.com/Products/ARM/JTAG/_resources/ARM-USB-OCD-DRIVER.zip Ancient drivers suitable for OpenOCD 0.1.0]
  
*[https://www.olimex.com/Products/ARM/JTAG/_resources/driver-ftd2xx.zip older FTDI drivers 2.04.16 for CrossWorks and CooCox]  
+
*[https://www.olimex.com/Products/ARM/JTAG/_resources/OLIMEX-FTDI-drivers-2-12-04.zip FTDI drivers 2.12.04 for CrossStudio and CooCox, these drivers are not suitable for OpenOCD]  
  
*[https://www.olimex.com/Products/ARM/JTAG/_resources/ARM-USB-OCD-DRIVER.zip Ancient drivers suitable for OpenOCD 0.1.0]
+
*[https://www.olimex.com/Products/ARM/JTAG/_resources/driver-ftd2xx.zip older FTDI drivers 2.04.16 for CrossWorks and CooCox, these drivers are not suitable for OpenOCD]
 +
 
 +
*[https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY/resources/TINY_FTDI_eeprom.zip TINY EEPROM content]  
  
*[https://www.olimex.com/Products/ARM/JTAG/ARM-USB-TINY/resources/TINY_FTDI_eeprom.zip EEPROM content]  
+
*[https://www.olimex.com/Products/ARM/JTAG/ARM-USB-OCD-H/resources/arm-usb-ocd-h-COM.zip OCD-H EEPROM content]
  
 
*[http://openocd.sourceforge.net/ OpenOCD open-source software for ARM debugging]  
 
*[http://openocd.sourceforge.net/ OpenOCD open-source software for ARM debugging]  

Latest revision as of 22:25, 24 August 2026

Documents

Hardware

The board is propriety design and the design is not open-source hardware.

Software

  • Olimex's ARM GCC for Windows Dummies Installs on your computer GCC + OpenOCD debugger + Eclipse for out-of-the-box development with the open source GNU C compiler and OpenOCD debugger, supports flash loading with examples for different ARM controllers.
  • CrossWorks for ARM - a commercial integrated environment that supports all Olimex OpenOCD JTAGs, and also includes a lot of good examples for Olimex-made ARM boards

Projects

Under construction

FAQ

Under construction