STM32CubeMX 5.4.0 crashes when generating code for MP1 1.0.1 project with NullPointerException
Using STM32CubeMX 5.4.0 with a project created and last modified successfully under 5.3.0 gives me:
java.lang.NullPointerException at com.st.microxplorer.codegenerator.McuDataModel.getIpRCCInfo(McuDataModel.java:933)
The RCC configuration has not changed since the project was last successfully exported under 5.3.0. This is blocking us from using 5.4.0 since not all of our projects have upgraded to OpenSTLinux MP 1.1.0 release yet, so we need to support the older projects until they're updated.
