I have an issue with ThisThread::sleep getting stuck in an infinite loop on a L433CCY. The bug seems to be identical to this issue which is for a NUCLEO_L476RG: ThisThread::sleep_for not returning in Mbed OS 6 with HSE XTAL
This issue seems to be solved by implementing similar changes to system_clock.c as the changes described in commit 282bc22247b452c423fc46dcecef589ee760685b for NUCLEO_L476RG.
Are there a similar commit for a l433 series mcu?