cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX v 6.14 hangs on code generation for stm32h7r7x devices

Luiz Pereira
Associate III

Hi

I developed a project (for Keil-MDK) using stm32cubemx v 6.13 and a h7r7l8h6 device. Everything Ok! When cubeMX was updated for the newest version (6.14) I no longer be able to generate any initialization code as the cubeMX hangs during code generation with the information "Search needed files for the project..."

LuizPereira_0-1744400715366.png

There is no way past this point! Apparently this behavior is related to h7r7x devices, because with others (e.g. h747x, f767x and some g series devices) everything seems to work.

Has anyone had this weird problem? If so, is there any solution? Currently my only possible solution to keep working with h7r7x devices was to downgrade cubeMX to version 6.13!!!

Thanks

Regards

2 REPLIES 2
STTwo-32
ST Employee

Hello @Luiz Pereira 

I suggest you uninstall the STM32CubeMX V6.13.0 and install the STM32CubeMX V6.14.0 (not to update directly from the previous version). That should work well.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Hi @STTwo-32 

Thanks for the suggestion. However, it not solve the problem. I didn't have much time to check all things but the "bug" seems to be related with SDMMC peripheral (!). I deselected peripheral by peripheral and all things work as expected (I can generate the initialization code) if no SDMMC peripheral as selected (no mater - apparently - other options including middleware's).

I will try to check in more deep this strange thing! For now, I (again!) got back to cubeMX v6.13...

Best Regards

Luiz