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.