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

Again the TWI0_USE_EASY_DMA error...

Hello, My setup: PCA10040 DK, 12.2 SDK

I copied the "BLE_APP_UART" example into my project folder and want to "upgrade" it with the TWI. So I copied parts of the "twi_scanner" and the "twi_master_using_app_twi" and tried to understand the procedures.

But when building the project I always stumble across this error: \main.c(89): error: #20: identifier "TWI0_USE_EASY_DMA" is undefined

I came across this question and saw that the include of "sdk_config.h" is present in the "nrf_drw_twi.h" which is included in my main.c

So what could stil cause that problem?

Thank you Hannes

Related