Hello, I try to add TWI function in my project (uVision5) so I add this modules with 'Manage Run-time Environement':
- nrf_drv_twi
- nrf_twi
- app_twi
and I get this error: Browse information of one or more files is not available.
I get also this compilation error. Maybe related?
compiling nrf_saadc.c...
compiling nrf_drv_twi.c...
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Drivers\4.0.0-2.alpha\twi_master\nrf_drv_twi.c(38): error: #35: #error directive: "Wrong configuration."
#error "Wrong configuration."
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Drivers\4.0.0-2.alpha\twi_master\nrf_drv_twi.c: 0 warnings, 1 error
compiling nrf_drv_rtc.c...
compiling RTT_Syscalls_KEIL.c...
I have no idea what I can do !? Thanks if you can help me.
NB: I tried recompile everything, restart totally uVision.