This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

A compile problem at nRF52 SDK example code

Hello,

There is a problem of compile when I finished compile process on Keil as following. Is there any process I missed before I starting to develop nRF52 SDK? what I used the SDK version is "nRF52_SDK_0.9.2_dbc28c9", and I have tried beacon and alert application. 
I also have checked the problem, and it is related errata 66( a kind of workaround) at system_nrf52.c.

================================================================================= RTE\Device\nRF52832_xxAA\system_nrf52.c(107): error: #136: struct "" has no field "TEMP" NRF_TEMP->T1 = NRF_FICR->TEMP.T1; RTE\Device\nRF52832_xxAA\system_nrf52.c(108): error: #136: struct "" has no field "T2" NRF_TEMP->T2 = NRF_FICR->TEMP.T2; RTE\Device\nRF52832_xxAA\system_nrf52.c(108): error: #136: struct "" has no field "TEMP" NRF_TEMP->T2 = NRF_FICR->TEMP.T2; RTE\Device\nRF52832_xxAA\system_nrf52.c: 0 warnings, 30 errors

Related