Package Details: stm32cubemx 6.13.0-1

Git Clone URL: https://aur.archlinux.org/stm32cubemx.git (read-only, click to copy)
Package Base: stm32cubemx
Description: graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
Upstream URL: https://www.st.com/en/development-tools/stm32cubemx.html
Keywords: arm cortex cortex-m stm32
Licenses: custom
Submitter: laserk3000
Maintainer: laserk3000
Last Packager: laserk3000
Votes: 53
Popularity: 0.83
First Submitted: 2016-06-04 10:14 (UTC)
Last Updated: 2024-11-27 08:27 (UTC)

Dependencies (4)

Required by (1)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

H0lmEd commented on 2021-08-11 08:14 (UTC)

Thanks for updating. Had Arduino IDE installed also which requires java-runtime=8. Had to run archlinux-java and set the JRE version to be JRE11.

hannu commented on 2021-08-04 08:58 (UTC)

There's a mention about the Java version requirements in the release notes, section 1.2. Up to version 6.2.0 there were a lot of constraints, basically only 64-bit Java 8 and 11 were supported. Since then they started shipping their own Java runtime, currently AdoptOpenJDK 11.

IMHO depending on java-runtime=11 would be the correct fix even if it's a bit annoying. It's more annoying to have an application that seems to work but is broken in subtle ways.

squarecode commented on 2021-07-30 12:25 (UTC)

@H0lmEd I fixed it by also installing the jre11 package 'jre11-openjdk'

@laserk3000 Thanks for maintaining!

H0lmEd commented on 2021-07-29 07:36 (UTC)

Latest 6.3.0 update causes STM32CubeMX to no longer launch.

"Please install Java JRE 11.0.10 64-Bit or a more recent version"

Can the Dependencies be updated to reflect this?

ResidualBlood commented on 2021-07-21 02:53 (UTC)

Hello @laserk3000, just letting you know that version 6.3.0 was released.

Thanks for maintaining.

dedukun commented on 2021-04-23 10:13 (UTC)

Hello @laserk, just letting you know that version 6.2.1 was released.

Thanks for maintaining.

laserk3000 commented on 2021-04-15 19:03 (UTC)

Any suggestion how to fix this problem? Sure I could add a warning but I guess not everyone will read it. On the other hand pinning a certain java version and implementation as suggested is problematic and will break the app for many people.

hannu commented on 2021-04-07 14:14 (UTC)

The app mostly works on Java 15 but generates broken TrueStudio .cproject files.

My personal fix was to start the app with /usr/lib/jvm/java-11-openjdk/bin/java -jar /opt/stm32cubemx/STM32CubeMX. But I really think the users of this package should be warned. This issue was really difficult to debug. :D

laserk3000 commented on 2021-03-10 14:02 (UTC)

Thanks, @squash!