User Activity

I am working with STM32U073 and the LCD initialization code generated by CubeMx 6.12.0 (from STM32CubeIDE 1.16.0) does not work with LSI selected as the clock source.HAL_LCD_Init() returns HAL_TIMEOUT due to LCD_WaitForSynchro() timing out.The issue ...
The USB code for STM32H523 and STM32H533 generated by CubeMx v 6.12.1 (from STM32CubeIDE 1.16.1) does not work. It is missing a call to HAL_PWREx_EnableVddUSB() inside HAL_PCD_MspInit() The example code in:STM32Cube_FW_H5_V1.3.0\Projects\NUCLEO-H533R...
I am using a 32 MHz crystal with STM32U595 and I noticed that selecting HSE/2 (16 MHz) as OTG HS Clock Mux source results in USB_CoreReset() getting stuck in the loop waiting for the reset to complete:  do { count++; if (count > HAL_USB_T...
I am working on a project using USB HS with:STM32U595VJTSTM32CubeIDE 1.14.0STM32Cube_FW_U5_V1.4.0Using the init code, as generated by CubeMX, I was getting HAL_TIMEOUT returned by USB_CoreReset():MX_USB_OTG_HS_PCD_Init() -> HAL_PCD_Init() -> USB_Core...
STM32CubeIDE 1.13.2 is showing a warning about SMPS for STM32U5 chips every time the code is generated (see attached).This is done even for chips which do not have the SMPS pinout, e.g. STM32U595VJT (non Q), which is completely invalid.But even when ...