Hi @ArnoutDekimo, I will try to clarify the point. First you have to know that there is a difference between the BKPSRAM and the Backup registers.The backup registers are present on most of our STM32 and contain mostly the configuration of the RTC (...
Hi @as0 ,
The 16pF value seems a bit higher, to choose a load capacitance value you have to take into account the trace lengths which will increase the capacitance value. There is an application note which register by Microcontroller series all the...
Hi @bhagawanAI ,Thank you for sharing it. Find the last erratasheet file with all the known issues on STM32U575/85 devices.Also can you share with me the links of the community posts related to this issue?
ThanksAime
Hi @as0 ,
The failing section that you shared comes from the HAL_RCC_OscConfig() function and it seems not related to the LSE anymore.
I think that there is a miss part that you forget to mention in the code, because based on how the HAL is writt...