Latest CubeMX Code Generation Bug
I am using the STM32MP131 in a bare-metal environment.
Since upgrading CubeMX from version 6.11 to 6.12, the code generation for the SPI3 module does not work at all.
Specifically, the function declarations are generated, but the internal code of the functions is not generated at all.

The code on the left is from version 6.11, and the code on the right is from the latest version.
There is no internal code at all.
I'm not sure if this issue is specific to me, but I have confirmed that it works properly in version 6.11.
