2019-10-28 06:08 AM
How to get USE_HAL_I2C_REGISTER_CALLBACKS properly defined?
Defining it in User Constants in CubeMx, puts the #define at the bottom so stm32l4xx_hal.h cannot see it defined, and it does not work.
2019-11-15 02:30 PM
Hey Vito, have a look in stm32l4xx_hal_conf.h. It should be defined there as generated by CubeMX.