Hello everyone,
I am using a NRF52840 development kit to write a custom protocol, so for the moment I am not using the softdevice but I am rather using the Radio as a peripheral.
My code runs as expected to, and I am able to have 2 boards communicate with each other. So far, I have always worked with the USB cables plugged to the computer.
Now, I decided to remove the USB cables to start evaluating the power consumption, but with great surprise I noticed that the code does not run at all, neither with the battery, nor with an external power supply connected on P21. It is not the first time I work on NRF52 kits, and in fact I can confirm that the kit itself works. If for example I program it with a blinky example, this runs smoothly both with battery and external supply.
So, my guess is that somewhere in the code there is something wrong. I also tried to replace the main function of my application with the one to simply blink the leds, and this works fine, so I think the sdk_config file is well configured.
Do you have any clue where I could start investigating? I am honestly pretty surprised with this behavior.....thank you!