Error targeting thread 65541

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error targeting thread 65541

362 Views
danielchai
Senior Contributor I

Hi,

I am using CW10.4 and MQX4.0.2.

I try to debug a project after setting a break point. But when it hits the break point, it pops up a windows "Error targeting thread 65541(0x10005)" .

122.png

Any ideas about this?

Thank you.

0 Kudos
1 Reply

275 Views
anthony_huereca
NXP Employee
NXP Employee

Hi Daniel,

  Which device/board are you using, and which debugger are you using?

  I'm thinking maybe an error is happening before your breakpoint, and so by the time it reaches the one you set, the chip was already non-responsive. Try setting earlier breakpoints in your code to see if any breakpoint would work. From there, you can set it progressively further ahead to see where the root cause is.

-Anthony

0 Kudos