Hi,
I am adding pwm_library code in my code and added the required libraries and drivers.I am getting an error regarding nrf_svc.h file :"nrf_svc.h: No such file or directory".I am not able to find the header file of svc .
Thank you
Hi,
I am adding pwm_library code in my code and added the required libraries and drivers.I am getting an error regarding nrf_svc.h file :"nrf_svc.h: No such file or directory".I am not able to find the header file of svc .
Thank you
Hi
What SDK version are you using? In SDK v.16.0.0 the nrf_svc.h header file is located in C:\YOUR_SDK_FOLDER\nRF5_SDK_16.0.0_98a08e2\components\softdevice\s132\headers
You should include this path in your User Include Directories to add it to your project.
Best regards,
Simon
Hi
What SDK version are you using? In SDK v.16.0.0 the nrf_svc.h header file is located in C:\YOUR_SDK_FOLDER\nRF5_SDK_16.0.0_98a08e2\components\softdevice\s132\headers
You should include this path in your User Include Directories to add it to your project.
Best regards,
Simon