I had some issues with Errata so I tried to build a simple BLE app like Blinky.
The errata functions all compile as return false. For example, nrf52_errata_108
What is going on?
Keil V5.29
DeviceFamily Pack 8.32.1
nRF5_SDK_17.0.0_9d13099
I had some issues with Errata so I tried to build a simple BLE app like Blinky.
The errata functions all compile as return false. For example, nrf52_errata_108
What is going on?
Keil V5.29
DeviceFamily Pack 8.32.1
nRF5_SDK_17.0.0_9d13099
Hi William,
According to [108] RAM: RAM content cannot be trusted upon waking up from System ON Idle or System OFF mode, This workaround is implemented in MDK version 8.9.0 and newer version. You don't need to do it again.
Are you able to compile the code without modification? If not, please provide the error log. Thanks.
-Amanda H.
Hi William,
According to [108] RAM: RAM content cannot be trusted upon waking up from System ON Idle or System OFF mode, This workaround is implemented in MDK version 8.9.0 and newer version. You don't need to do it again.
Are you able to compile the code without modification? If not, please provide the error log. Thanks.
-Amanda H.
Yes, I am talking about system_nrf52.c in the MDK. When it calls nrf52_errata_108(), that function always returns false
Hi William,
Are you using ble_app_blinky_pca10040_s132.uvprojx for nRF52832?
Could you try to find out why returns false?
You can check the NRF52832_XXAA is defined in the target option. It should work as expected if you don't modify the example.
-Amanda H.