Conencting Olimex ARM-USB-OCD-H

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi

How can I connect the Olimex ARM-USB-OCD-H JTAG debugger to Wiced environment.

I want to use the ST Discover wi-fi board with SN8200x module to Wiced IDE.

using version 2.4.1.

Thx

0 Likes
1 Reply
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

You may have to do some matching.

The J-TAG signals of the MCU are routed to module pins as follows from the data sheet.

pastedImage_2.png

From module, the JTAG signals are routed to FTDI chip and the test points on the EVB.

pastedImage_3.png

Perhaps the test points on the EVB populated with headers and the Olimex J-TAG programmer connected to the matching pins on the EVB test points.

From Wiced SDK, pleas use the following make target for Olimex J-TAG programmer:

     JTAG=Olimex_ARM-USB-TINY-H

For scan app it would be like this:

     snip.scan-SN8200x-debug JTAG=Olimex_ARM-USB-TINY-H download run

I have not tested this yet but I will give it a try later.

-Seyhan