Hello,
After digging through similar questions and answers I am still unable to build my code due to compiler errors. I am receiving these 5 errors:
Error: L6218E: Undefined symbol SEGGER_RTT_printf
Error: L6218E: Undefined symbol nrf_drv_twi_rx
Error: L6218E: Undefined symbol nrf_drv_twi_tx
Error: L6218E: Undefined symbol nrf_drv_twi_enable
Error: L6218E: Undefined symbol nrf_drv_twi_init
What I have tried:
I added "SEGGER_RTT_printf.c" and "nrf_drv_twi.c" to my project. I have included their respective paths in Options for Target>C/C++>Include Paths, and I even copied the .c files to the same folder as my project source files. No luck.
I created this project from scratch in Keil (sdk 12.2), I wonder if I am missing some compiler option? Does anyone have any other ideas for me to try to fix this?
Thank you,
Levi