- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am running WICED code from external flash using the XIP support, however I am unable to debug using openOCD with Eclipse.
I usually use the 3333 for GDB port. Is there instructions on how to setup debugging from external flash ?
Solved! Go to Solution.
- Labels:
-
SPI
-
Wi-Fi Direct
-
WICED Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please check if the solution in this forum post helps Debugging the BCM943362WCD4_EVB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please check if the solution in this forum post helps Debugging the BCM943362WCD4_EVB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok. Another question, regarding running from external flash using the XIP string, does the compilation output show how much of flash is being used for each module being linked ? When I enable the XIP, the compilation output still shows 0 for all modules under "flash" although I know it is running from external flash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In WICED SDK 6.1, the flash consumed is shown in the build console when XIP is enabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok thanks., I will try SDK 6.1 then as currently 6.1.1 is not showing how much is consumed from xFlash.