Any progress here? Both the original text and this revision seem very confused. The app note hasn't changed.Given the max speed of the SDMMC interface is 50MHz, perhaps this was supposed to read: The maximum skew between data and clock should be belo...
In my recent experience with STM32CubeIDE 1.16.1, STM32CubeMX 6.12.1, and STM32Cube MCU Package (for STM32U5 Series) 1.6.0, CubeMX does not generate the startup file. I discovered this by following the instructions for porting a project to a new MCU....
Seems this is not required for the STM32U595QII6Q (but was required for the STM32U585QIIx). For the former, the CubeMX generated code includes a SystemPower_Config() function called from main(). As well as setting the SMPS settings specific to the Q ...
Worked for me today, as described, with STM32CubeMX 6.12.1. I recently used STM32CubeIDE 1.16.1 to upgrade my ioc file to 6.12.1, prior to following this procedure.Only extra things I did were:Find STM32CubeMX for download! Didn't realise it still ex...
For me the problem went away by itself. I was using STM32CubeMX to port my ioc to a new MCU (STM32U595QII6Q). It generated successfully the first few times. Then I enabled SMPS mode and the problem in this thread arose. I then force-quit it, relaunch...