Hello all,
I'm using nRF5_SDK_17.1.0_ddde560
Examples folder:
- ...\nRF5_SDK_17.1.0_ddde560\examples\peripheral\twi_sensor
- ...\ble_peripheral\ble_app_blinky
Are what I'm trying to combined, both compile fine separate using Segger embedded studio for ARM V5.42 (64-Bit)
Yet when customizing the main.c to include twi_sensor, TWI instance Error arises:
- 'NRFX_TWIM0_INST_IDX' undeclared here (not in a function); did you mean 'NRFX_TWIM_INSTANCE'?
Now I've made sure the emProject contains the required Segger Startup Files, c_user_include_directories and c_preprocessor_definitions
The ble_app_blinky contains all the required sdk_config settings though to make sure I also included twi_sensor sdk_config though no errors/warnings arise for duplicate
Regardless of my efforts I cannot get both working together any thoughts?