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

errata_66() in system_nrf52.c

My platform is uVision V5.15, running s132 SDK ble_peripheral examples on nRF52 DK.

When compiling the system_nrf52.c in these examples, the error message was shown: (RTE\Device\nRF52832_xxAA\system_nrf52.c(92): error: #136: struct "" has no field "A0", ...)

image description

After commenting the errata_66() code it can run correctly, but I don't know if any risk in the future.

Thank for answering.

Parents
  • I found if selecting DeviceFamilyPack version 8.2.0 only, the following errors occured:

    Error #540: 'NordicSemiconductor::Device:Startup:8.0.3' component is not available for target 'nrf52832_xxaa_s132', pack 'NordicSemiconductor.nRF_DeviceFamilyPack.8.0.3' is not selected.


    And if selecting both DeviceFamilyPack v.8.2.0 and v.8.0.3, the error is the same as the first post:

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

Reply
  • I found if selecting DeviceFamilyPack version 8.2.0 only, the following errors occured:

    Error #540: 'NordicSemiconductor::Device:Startup:8.0.3' component is not available for target 'nrf52832_xxaa_s132', pack 'NordicSemiconductor.nRF_DeviceFamilyPack.8.0.3' is not selected.


    And if selecting both DeviceFamilyPack v.8.2.0 and v.8.0.3, the error is the same as the first post:

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

Children
No Data
Related