2019-11-06 07:12 PM
Recently I'm planning on moving development environment from Win to Linux since trueSTUDIO and cubeMX is all supported under Linux. My project created under Windows created by cubeMX works fine with trueSTUDIO. But After one regeneration of code under Linux, many errors arise at run-time. After a quick look about the registers, I found out that clocks and IO of LTDC, SDRAM and DMA2D is not generated, which should have been generated in HW_Init.c.
Attachment is the ioc file of the project and two HW_Init.c generated under Windows and Linux, respectively.
2019-11-06 07:15 PM
Moreover, I tested the ioc file with cubeMX 5.2.0, 5.2.1, 5.3.0 and 5.4.0, they all act the same.
2019-11-07 12:22 AM
Hello @Song Qiang ,
Thanks for your feedback , this will be internally checked.
Best Regards,
Khouloud.
2019-11-07 07:04 AM
You're right! issue will be fixed in the next release.
We are deeply sorry for any inconvenience this may have caused.
Best Regards,
Khouloud.
2019-11-07 08:03 AM
Thanks! Good to hear that. Could you tell me when is the scheduled time for the next release?
2019-11-07 11:10 PM
W49 , I'll inform you for any update.
Best Regards,
Khouloud
2019-11-07 11:15 PM
OK, thanks!
2020-01-07 02:55 AM
The native Graphics solution is removed on 5.5.0.
Regards,
Khouloud.
2020-01-08 06:44 PM
Is there any explanation for that? Graphics support is an important feature for so many applications. Will this feature be added back later?
2020-01-08 06:45 PM
I will have to use old cubeMX to maintain my project then.