I want to debug the CC3200 with Jlink, the compile enviroment is IAR 7.1, if need somewhat configration?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Yang,
Can you please use IAR 7.2. It has all support files required to work with CC3200 device. On IAR, goto Project Options->Debugger->Setup
Select the Driver.
Also there is an FTDI chip on the CC3200 Launch Pad, so you can select "TI Stellaris" under Driver dropdown menu in Project Options->Debugger->Setup
Also as mentioned in cc3200-sdk\docs\CC3200-Getting_Started_Guide.pdf, you need to copy cc3200-sdk\tools\iar_patch\armLMIFTDI.dll to IAR installation directory (IAR_INSTALL_DIR\arm\bin)
Hi,
I am closing the thread, if issue still exist please open a new thread and add a link to this one for reference
I am also looking for a way to JTAG a cc3200 chip on a custom dev board.
Does anyone know if the Segger J-Link above will work? Or know of any 2WD or 4WD that I can buy to interface to the cc3200?
I don't need CCS integration; just being able to access it via cli on Linux would be awesome!
Hi Steve,
in theory the JLink should work with the Cc3200, provided the config is done correctly. If you search the forum for tags like CC3200 Segger JLink SWD you will find a thread that discusses it in detail.
i have personally not been able to get mine working under Linux using OpenOCD 0.8.0 and later, but have seen some people successful using 0.7.0
i have also tried to get support from Segger but since my j-link is an EDU version they do not offer support. If yours is a normal commercial unit i suggest you take it up with Sgger directly. and if it is solved for you, great, it will be solved for all of us.
Andre
Thanks Andre! I have been looking around quite a bit, but no luck so far.
I have gotten the CC3200LP working w/ OpenOCD. Since the JTAG and UART pins are conveniently accessible on the LP, I was thinking to remove the jumpers from there and connect the FTDI signals directly to my dev board. In essence, using the LP as my debug emulator! I think this should work.
Has anyone else tried this?