Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SDK 15.3 nrf_erratas.h

When using Keil Compiler, I am unable to compile any of the ble_peripheral examples.  I get an error that says...

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

After searching the entire SDK there is no such file, so it must be apart of a package.  What am I missing?

I can compile and run examples under peripheral.  

So I compared the two system_nrf52.c files, the one under ble_peripheral has an #include nrf_erratas.h.  The one under peripheral, does not have an include and has all the appropriate functions built into the system_nrf52.c file.

Parents Reply Children
No Data
Related