Good morning
I'm new to these SoC systems, but I've developed a custom board with the nRF52810QCAA chip and I'm using the example (ble_app_eddystone) of the SDK15.2. softdevice s112 Segger Embedded studio V3.40 Windows version.
I can flash the IC but I get an error in the function es_flash_init () more concretely in the function fds_init ();
after some steps in debug i could see that code reach a point that should not be reach ( if ((p_page_addr == NULL) // Should never happen).
What could be the problem!!