Skip to main content
DColl.187
Associate
October 16, 2019
Question

STM32CubeMX 5.4.0 crashes when generating code for MP1 1.0.1 project with NullPointerException

  • October 16, 2019
  • 2 replies
  • 869 views

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.

This topic has been closed for replies.

2 replies

Olivier GALLIEN
Technical Moderator
October 17, 2019

Hi @DColl.187​ 

Thanks for your message and sorry for inconvenience.

Issue is confirmed at our end. We are investigating.

Will keep you posted on progress.

As matter of curiosity, if your need is just a maintenance/support of older project is there anything preventing to stick on CubeMX 5.3 ?

Thanks,

Olivier

Olivier GALLIEN In order 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.
DColl.187
DColl.187Author
Associate
October 17, 2019

Hi Olivier,

Fair question. In fact I'm downgrading to 5.3.0. now just to keep working. But it won't work as a solution because we are currently migrating old projects to the new codebase, so I need access to both. 5.3.0 won't give me access to 1.1.0 which I need for my active development, but 5.4.0 now doesn't work for some of the last work we need with 1.0.1-based projects. I would prefer to just stick with 5.4.0 as we will ultimately migrate everything to 1.1.0 (in the next month), but until then, I'm supporting the older code simultaneously.