Is it possible to debug WICED code running from external flash

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

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 ?

0 Likes
1 Solution
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Please check if the solution in this forum post helps Debugging the BCM943362WCD4_EVB

View solution in original post

0 Likes
4 Replies
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

Please check if the solution in this forum post helps Debugging the BCM943362WCD4_EVB

0 Likes
Anonymous
Not applicable

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.

0 Likes
GauravS_31
Moderator
Moderator
Moderator
10 questions asked 250 solutions authored 250 sign-ins

bassamesa

In WICED SDK 6.1, the flash consumed is shown in the build console when XIP is enabled.

Anonymous
Not applicable

ok thanks., I will try SDK 6.1 then as currently 6.1.1 is not showing how much is consumed from xFlash.

0 Likes