Hello,
I am trying to run the BLE Thread Dynamic Template example on a nRF52840 dongle. I'm using Segger Embedded Studio to generate an hex file. I flash the hex file to the Dongle using nRF Connect, along the softdevice s140 (the one required for this example).
The only thing I changed in the project is the macro BOARD_PCA10056 that I replaced with the macro BOARD_PCA10059 to match the dongle board.
A couple notes:
1. The BLE Thread Switched Template example is working fine on the dongle after I apply the new macro
2. The dynamic example works fine on a dongle if I flash the firmware with a J-link.
3. The dynamic example does not reach while(true) if I call any ot function (as otInstanceInitSingle).
Please help! Thanks!