Does Wiced Smart SDK support JTAG? programming and debug? I saw some discussions for the WICED WIFI but not for smart.
Solved! Go to Solution.
Unfortunately we do not. The BCM20732 does however support the use of Serial Wire Debug (SWD) debug/trace messages that are output through the HCI UART port that's onboard.
This thread addresses what is supported with the WICED Smart SDK: Re: Can I use my Jlink to debug when use WICED SMART IDE?
There is also a thread here which talks about how to setup a symbolic debugger using an external header on your board: Information: BCM20732S debug/trace capabilities through the HCI UART port
Unfortunately we do not. The BCM20732 does however support the use of Serial Wire Debug (SWD) debug/trace messages that are output through the HCI UART port that's onboard.
This thread addresses what is supported with the WICED Smart SDK: Re: Can I use my Jlink to debug when use WICED SMART IDE?
There is also a thread here which talks about how to setup a symbolic debugger using an external header on your board: Information: BCM20732S debug/trace capabilities through the HCI UART port
thank you