Hi,
SDK nRF5_SDK_17.0.2
Using :\examples\peripheral\saadc
I want support for multiple peripheral in same project, so i took the saadc example and on top of it add Uart option.
Made changes in sdk_config.h at this path \examples\peripheral\saadc\pca10100\blank\config
also modified Makefile at the path \examples\peripheral\saadc\pca10100\blank\armgcc
if this error is resolved i was getting app_fifo.h not found when i add app_uart_fifo.c to the project. to resolve app_fifo.h file i added app_fifo.h in components\libraries\uart
i saw other threads on similar issues but none of them give any solutions or those solutions don't work of me.
My requirement is to support multiple peripherals in same project like ADC, UART, Timer,
Kindly help me to resolve this.