User Activity

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 gene...
Hi,After generating code using STM32CubeMX 5.4.0, the resources excluded from build (stored in .cproject file) are re-included. e.g.:<entry excluding="excluded/path" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="Application"/>becomes<entry exc...