Does WICED SDK support the Macraigor System JTAG ? With the Macraigor JTAG connected, the JTAG scan utility can find the ARM Cortec processor, but it is unable to download code. Seems like the openOCD is not responding or configured properly.
Solved! Go to Solution.
As far as I can see the only way to use the ULINK debugger is with the KEIL IDE.
Since I don't have a ULINK debugger nor a license for the KEIL IDE I cannot help you get this working.
If the KEIL tools understand the GNU ELF format then it should be possible to use WICED to build the ELF file and then use the KEIL tools to download and debug the application.
Hi Jason,
Sounds Segger JTAG JLINK also doesn't work with WICED.
Thanks!
James
Hi,
What is the version of SDK and which eval board are you using?
-Seyhan
Hi Seyhan,
I use SDK3.0.1 and BCM943362WCD4_EVB hardware. Thanks!
Cheers!
James Sun
Hi,
Please make this change:
--- a/tools/OpenOCD/jlink.cfg
+++ b/tools/OpenOCD/jlink.cfg
@@ -10,2 +10,2 @@
interface jlink
-
+reset_config trst_and_srst
Thanks,
Seyhan
thanks, will try...
ARM-USB-TINY & ARM-USB-TINY-H definitely work.
hi,
i also need to get the jlink working, can you please provide a link that works as this one returns the message:
marting14, you do not have permission to access this page. This could be due to one of several reasons:
....
Thanks,
Martin
Another link for the page is Can you recommend a JTAG programmer?
Thank you.
Nik
I'd like to use a ULINK-2 or ULINK-PRO Debugger (I have both).
Please advise how to add support for this in WICED
Thanks!
As far as I can see the only way to use the ULINK debugger is with the KEIL IDE.
Since I don't have a ULINK debugger nor a license for the KEIL IDE I cannot help you get this working.
If the KEIL tools understand the GNU ELF format then it should be possible to use WICED to build the ELF file and then use the KEIL tools to download and debug the application.