Hey there,
I am trying to develop with the Bluetooth Mesh SDK for NRF5.
We have two chips, NRF52840 and NRF52840/NRF52832and are using the light_switch example from the bt mesh sdk.
We can have breakpoints while debugging on the NRF52832, but we cannot get it to debug with the NRF52840. It seems to flash fine, and also seems to run, but does not stop at breakpoints.
IDE: SES, we generated all emProjects using the CMAKE call at mesh-SDK root. That worked (except of doxygen missing, which should not be relevant?).
CMAKE Options: -DPLATFORM=nrf52840_xxAA -DSOFTDEVICE="s140_6.1.1" -DSDK_ROOT="../nRF5_SDK_15.3.0_59ac345" -DEXPERIMENTAL_INSTABURST_ENABLED=ON -DTOOLCHAIN=gccarmemb
OS: Win10
Flash: via JLink Flasher and JFlash 6.52a.
We checked so far:
* debug build is selected (dropdown field on top of the project explorer)
* softdevice s140 seems to be configured correctly (?)
* clean project and build fresh
* different programmer/flasher