HelloI am trying to program nRF52832 QFAA and am succeeding only partially: the debugger is connecting to the chip, and I can RUN step by step, however, I'm seeing only the assembly code, and am not able to point to the C code.
I tried the following solutions:
1) Use ST-LINK and Jlink, same results for both.
2) KEIL/ IAR IDEs, both show similar results.
When I power up the PCB, I'm not seeing the device on any BLE scanner, which implies to me that something is not working properly.
(b.t.w - my PCB is based on fanstel BT832 module, which is based on nRF52832 ).
What am I missing here?
Any suggestion would be welcome.
Thanks