Question
MX 5.4.0 Bug: Register Callbacks selection section overwritten
Hi,
After generating code using STM32CubeMX 5.4.0, the Register Callbacks selection section is reset. e.g.:
#define USE_HAL_SAI_REGISTER_CALLBACKS 1Ubecomes
#define USE_HAL_SAI_REGISTER_CALLBACKS 0Uin the stm32xx_hal_conf.h file after generating code with STM32CubeMX 5.4.0.
Is there a way to save the register callback configuration in CubeMX ? Or to prevent CubeMX from overwriting it ?
Thanks,
Frank
