This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Keil: include problem with TWI file

Hello I adapted the ble_app_uart with twi functionality. Therefore I included the "app_twi.h" which includes the "nrf_drv_twi.h" But as visible in the picture, the "nrf_drv_twi.c" doesn't show up in the tree of project files in the "nrf_Drivers" branch and leads to the errors during build. image description

But in the project options the correct include path is set for these files.

What am I doing wrong?

Related