This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

PCA63519-SR3_nRF52832_Shield demo can't run in my board

I configured the pca63519-sr3_nrf52832_shield to fit on my board (actually disabled all peripherals, only the bluetooth protocol part), but found that the modified code could run on nrf52-dk, but could not run on my board, via RTT hint "[00000000] <error> app_error: error 3 [NRF_ERROR_INTERNAL] at..\..\..\ Source \ Modules \ m_init. C: 163"

How did this problem arise and how can it be solved?

my modified config file:sdk_config.h , sr3_config_nrf52832_pca63519.h

my hardware sch:SCHEMATIC.pdf

my rtt output log:rtt_output.txt

Related