Question
I2C setting is not working for X-CUBE-GNSS1 expansion with STM32L073 example
To reproduce
- Load GetPos or SimOSGetPos app with STM32L073 example.
- Enable I2C in gnss_app_cfg.h
#define configUSE_I2C 1
- Firmware prints out "Booting", then no result.
- Try to debug by setting a breakpoint at the buffer reading code in TeseoConsumerTask() function (main.c). Stop only just once and never again.
gnssMsg = GNSS_Get_Buffer(&pGNSS);
UART default setting works fine.
