User Activity

I found that I have to change the define "__PACKED" to "__packed" in "cmsis_armcc.h"; otherwise, the following code in "stm32h7xx_II_usb.c" will crash on the second call to this function, if the "len" in the first call is 7 ( or might be other none 3...
The current STM32CubeMX package cannot generate proper code to initialize the VREFBUF in STM32H743 MCU. Modifications to HAL_MspInit() in stm32h7xx_hal_msp.c can fix this: Add "__HAL_RCC_VREF_CLK_ENABLE();" to user code section 0.In user code sectio...
Kudos from