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

RTE\Device\nRF52832_xxAA\system_nrf52.c(29): error: #5: cannot open source input file "nrf_erratas.h": No such file or directory

I am using nRF52832, And SDK 15.3, the ble_app_blinky project,

   a.   if i have installed only the latest version of Device family 8.29.0 ,  when i try to build the project, it asks for permission to install 8.24.1 also.as shown in below fig

b. If I install version 8.24.1 in the pack installer as shown below, I get an error with erratas.h file



I have tried the solution given in other thread, to delete a file in module folder. But the error still persists. 

Can anyone kindly guide me?

Parents
  • Hi Nagashree

    What device is it that you're struggling to set up in nRFConnect? Is this a development kit or a custom board?

    As for the new error, you should try including the path to the file "nrf52832_erratas.h". I don't know exactly where this file is located on your system but you should be able to find it somewhere.

    Best regards,

    Simon

  • C:\Keil_v527\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.29.0\Device\Include\nrf52832_erratas.h(40): error: #130: expected a  "{"

    I am getting this error in Version 8.29.0 while if I try to use previous versions it says RTE\Device\nRF52832_xxAA\system_nrf52.c(29): error:  #5: cannot open source input file "nrf_erratas.h": No such file or directory....

    Old versions also doesnt have erratas.h file in the directory...

Reply
  • C:\Keil_v527\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack\8.29.0\Device\Include\nrf52832_erratas.h(40): error: #130: expected a  "{"

    I am getting this error in Version 8.29.0 while if I try to use previous versions it says RTE\Device\nRF52832_xxAA\system_nrf52.c(29): error:  #5: cannot open source input file "nrf_erratas.h": No such file or directory....

    Old versions also doesnt have erratas.h file in the directory...

Children
No Data
Related