Segger build error with twi

Hello, sir.

I'm using IDE segger embedded studio to programme the nrf52840 DK board (SDK17.0).

I'm experiencing a problem with the twi interface. When I enable it, I get the following errors. I'm confused as to how to fix this problem.

can you please let me know how to resolve the problem.

unknown type name 'nrf_drv_twi_evt_handler_t'

unknown type name 'nrf_drv_twi_config_t'

unknown type name 'nrfx_twim_evt_t'

unknown type name 'nrfx_twi_evt_t'

unknown type name 'nrf_drv_twi_t'; did you mean 'nrfx_drv_state_t'?

unknown type name 'nrf_drv_twi_config_t'

unknown type name 'nrf_drv_twi_evt_handler_t'

Related