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

error with nrf52382's sdk ,version 0.9.2

the error messages show following:

compiling system_nrf52.c... RTE\Device\nRF52832_xxAA\system_nrf52.c(92): error: #136: struct "" has no field "A0"

RF_TEMP->A0 = NRF_FICR->TEMP.A0; RTE\Device\nRF52832_xxAA\system_nrf52.c(92): error: #136: struct "" has no field "TEMP"

RF_TEMP->A0 = RF_FICR->TEMP.A0; RTE\Device\nRF52832_xxAA\system_nrf52.c(93): error: #136: struct "" has no field "A1"

RF_TEMP->A1 = NRF_FICR->TEMP.A1; RTE\Device\nRF52832_xxAA\system_nrf52.c(93): error: #136: struct "" has no field "TEMP"

RF_TEMP->A1 = RF_FICR->TEMP.A1; RTE\Device\nRF52832_xxAA\system_nrf52.c(94): error: #136: struct "" has no field "A2"

RF_TEMP->A2 = NRF_FICR->TEMP.A2; RTE\Device\nRF52832_xxAA\system_nrf52.c(94): error: #136: struct "" has no field "TEMP"

RF_TEMP->A2 = RF_FICR->TEMP.A2; RTE\Device\nRF52832_xxAA\system_nrf52.c(95): error: #136: struct "" has no field "A3"

RF_TEMP->A3 = NRF_FICR->TEMP.A3; RTE\Device\nRF52832_xxAA\system_nrf52.c(95): error: #136: struct "" has no field "TEMP"

RF_TEMP->A3 = RF_FICR->TEMP.A3; RTE\Device\nRF52832_xxAA\system_nrf52.c(96): error: #136: struct "" has no field "A4"

RF_TEMP->A4 = NRF_FICR->TEMP.A4; RTE\Device\nRF52832_xxAA\system_nrf52.c(96): error: #136: struct "" has no field "TEMP"

RF_TEMP->A4 = RF_FICR->TEMP.A4; RTE\Device\nRF52832_xxAA\system_nrf52.c(97): error: #136: struct "" has no field "A5"

RF_TEMP->A5 = NRF_FICR->TEMP.A5; RTE\Device\nRF52832_xxAA\system_nrf52.c(97): error: #136: struct "" has no field "TEMP"

RF_TEMP->A5 = RF_FICR->TEMP.A5; RTE\Device\nRF52832_xxAA\system_nrf52.c(98): error: #136: struct "" has no field "B0"

RF_TEMP->B0 = NRF_FICR->TEMP.B0; RTE\Device\nRF52832_xxAA\system_nrf52.c(98): error: #136: struct "" has no field "TEMP"

RF_TEMP->B0 = RF_FICR->TEMP.B0; RTE\Device\nRF52832_xxAA\system_nrf52.c(99): error: #136: struct "" has no field "B1"

RF_TEMP->B1 = NRF_FICR->TEMP.B1; RTE\Device\nRF52832_xxAA\system_nrf52.c(99): error: #136: struct "" has no field "TEMP"

RF_TEMP->B1 = RF_FICR->TEMP.B1; RTE\Device\nRF52832_xxAA\system_nrf52.c(100): error: #136: struct "" has no field "B2"

RF_TEMP->B2 = NRF_FICR->TEMP.B2; RTE\Device\nRF52832_xxAA\system_nrf52.c(100): error: #136: struct "" has no field "TEMP"

RF_TEMP->B2 = RF_FICR->TEMP.B2; RTE\Device\nRF52832_xxAA\system_nrf52.c(101): error: #136: struct "" has no field "B3"

RF_TEMP->B3 = NRF_FICR->TEMP.B3; RTE\Device\nRF52832_xxAA\system_nrf52.c(101): error: #136: struct "" has no field "TEMP"

RF_TEMP->B3 = RF_FICR->TEMP.B3; RTE\Device\nRF52832_xxAA\system_nrf52.c(102): error: #136: struct "" has no field "B4"

RF_TEMP->B4 = NRF_FICR->TEMP.B4; RTE\Device\nRF52832_xxAA\system_nrf52.c(102): error: #136: struct "" has no field "TEMP"

RF_TEMP->B4 = RF_FICR->TEMP.B4; RTE\Device\nRF52832_xxAA\system_nrf52.c(103): error: #136: struct "" has no field "B5"

RF_TEMP->B5 = NRF_FICR->TEMP.B5; RTE\Device\nRF52832_xxAA\system_nrf52.c(103): error: #136: struct "" has no field "TEMP"

RF_TEMP->B5 = RF_FICR->TEMP.B5; RTE\Device\nRF52832_xxAA\system_nrf52.c(104): error: #136: struct "" has no field "T0"

RF_TEMP->T0 = NRF_FICR->TEMP.T0; RTE\Device\nRF52832_xxAA\system_nrf52.c(104): error: #136: struct "" has no field "TEMP"

RF_TEMP->T0 = RF_FICR->TEMP.T0; RTE\Device\nRF52832_xxAA\system_nrf52.c(105): error: #136: struct "" has no field "T1"

RF_TEMP->T1 = NRF_FICR->TEMP.T1; RTE\Device\nRF52832_xxAA\system_nrf52.c(105): error: #136: struct "" has no field "TEMP"

RF_TEMP->T1 = RF_FICR->TEMP.T1; RTE\Device\nRF52832_xxAA\system_nrf52.c(106): error: #136: struct "" has no field "T2"

RF_TEMP->T2 = NRF_FICR->TEMP.T2; RTE\Device\nRF52832_xxAA\system_nrf52.c(106): error: #136: struct "" has no field "TEMP"

RF_TEMP->T2 = RF_FICR->TEMP.T2; RTE\Device\nRF52832_xxAA\system_nrf52.c: 0 warnings, 30 errors

Parents Reply Children
Related