This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can't easily debug nrf51-ble-driver_win_0.3.0

When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception/access violation and program crashs (no stack available).

Looks like a buffer gets filled and probably the theard created by nrf51-ble-driver_win_0.3.0 to empty the buffer does not handle it correctly.

This should be handled smartly to let system continue, even if some data may have been lost...

Related