Hello,
Can you please elaborate on what device you are using, and what SDK?
Thanks!
Kind regards,
Oeyvind
Hello,
Can you please elaborate on what device you are using, and what SDK?
Thanks!
Kind regards,
Oeyvind
Yes, sorry!
I have a custom board powered by the nRF52832. The SDK is 15.3 and have merged both SPI and FATFS projects into one. The system is data logging an mpu9250.
Maybe I am fighting the NFC damage circuitry?
Yes, have you ensured that P0.09 and P0.10 are configured as normal GPIO? Please see this case, and chapter 4.3.2 NFC Antenna pins in nRF52832 Product Specification.
Let me know if that fixes the issue.
I develop with SDK, armgcc and cli and therefore writing to the UICR is very easy and happens at programming with Nordic command line tools: nrfjprog --memwr 0x1000120C --val 0xfffffffe, this was cherry picked from another post!