- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Debug
- Tags:
- code
- configured
- connected
- cortec
- download
- find
- jtag
- macraigor
- openocd
- processor
- properly
- responding
- scan
- support
- system
- unable
- utility
- wiced
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jason,
Sounds Segger JTAG JLINK also doesn't work with WICED.
Thanks!
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
What is the version of SDK and which eval board are you using?
-Seyhan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Seyhan,
I use SDK3.0.1 and BCM943362WCD4_EVB hardware. Thanks!
Cheers!
James Sun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks, will try...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ARM-USB-TINY & ARM-USB-TINY-H definitely work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Another link for the page is Can you recommend a JTAG programmer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.