Question
I2C setting is not working for FP-ATR-LORA1 package (GNSS + LoRa asset tracker)
To reproduce
- Enable I2C in gnss_app_cfg.h
#define configUSE_I2C 1- When moved, the UART log said
(11:58:08.056) -->�?�Going�?�to�?�run...
(11:58:12.943) Can�?�not�?�read�?�axes
(11:58:12.963) >>�?�sensor_event
(11:58:15.875) Accelerometer�?�NOT�?�initialized
Everything is ok for default UART setting. One possible issue is the configuration of I2C1 in interrupt mode for Teseo component with background reading.
