How to debug Bluetooth Mesh application on CYW920719Q40EVB-01 eval board

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

cross mob
Anonymous
Not applicable

Hello,

I've read through the forum and the advice to get single step debugging working on the CYW920719Q40EVB-01 is to implement the following:

In application_start or button interrupt handler:

SETUP_APP_FOR_DEBUG_IF_DEBUG_ENABLED();

BUSY_WAIT_TILL_MANUAL_CONTINUE_IF_DEBUG_ENABLED

The above seems to work for the example snippets such as gpio_hal and beacon etc. but not for any of the Bluetooth Mesh examples. Can someone please advise on how to get single step debugging working for Bluetooth Mesh?

Thanks in advance.

1 Reply
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hi Steve:

so you can use J-link debug now,  for mesh release like apps\snip\mesh , and Can you run the mesh example in the directory now?

0 Likes