STM32CubeMX "MSI Auto Calibration" shows error, stuck on "enabled" for STM32L552CCTx
I'm trying to create a very simple baseline project for an STM32L552CCTx MCU: FDCAN1, USB (device), SWD and a LED. No HSE / LSE clocks present. The 'Clock Configuration' tab works well and a proper clock is found, but in the 'RCC' configuration the project is stuck. "MSI Auto Calibration" shows as "enabled" and with an error indicator. The dropdown only shows a greyed out "enabled" option, so no way to change it.
If I disable the USB support the option becomes "disabled", but the RCC still shows an error icon (but no longer at a specific parameter).
I'm using STM32L5 MCU Package v1.3.1
In an unrelated (?) issue it seems not possible to generate code with a Makefile for this MCU?
