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 »

laserk3000 commented on 2022-07-22 17:05 (UTC)

@kistlin It should be fixed now.

kistlin commented on 2022-07-22 09:37 (UTC)

@laserk3000 i think there is an obsolete checksum in the checksum list ad1897ea5234b712d726b5d3423f05f1c0c5a64e28354afe07dce7451563ae4492366cc252ca379b44793797be20011a66458431fd5453c18a7543ccb8df5397

==> ERROR: Integrity checks (sha512) differ in size from the source array.

laserk3000 commented on 2022-07-22 08:17 (UTC)

@lsigma Thanks! I updated the package to reflect your suggestions. I think this is good solution to the jre version problem.

lsigma commented on 2022-07-21 21:35 (UTC)

After spending >15min figuring out why the application was broken, I found the following way to run cubemx without needing to change the selected java version globally: I replaced the command inside the launcher script with

exec archlinux-java-run --min 11 --max 11 -- -jar /opt/stm32cubemx/STM32CubeMX "$@"

This adds a dependency to archlinux-java-run, though.

julian.poidevin commented on 2022-06-30 13:26 (UTC) (edited on 2022-06-30 13:26 (UTC) by julian.poidevin)

@laserk3000 I did use the Flag package out-of-date button indeed. This was 2 to 3 days ago ;-). Thanks for the update !

laserk3000 commented on 2022-06-30 13:23 (UTC)

@julian.poidevin please use the Flag package out-of-date button for version update requests. I try to update asap when I get a notification :)

julian.poidevin commented on 2022-06-30 08:08 (UTC)

@laserk3000 I would suggest to update to STM32CubeMX v6.6.0.

The URL is https://sw-center.st.com/packs/resource/library/stm32cube_mx_v660-lin.zip

The SHA512 is 4f7b202d45edaadf559b4bf7c5f0ac8fbd2d39f176653635fbcb187ea7f6da8a64f6fb42106fecb91e56ada9e8b323e890c9d09fcca23468251f7797a8aa7e32

Thanks

sl1pkn07 commented on 2021-10-31 17:09 (UTC)

use always the latest jre if is possible. in case if 6.3.0, can run in jre17

setting it in https://aur.archlinux.org/cgit/aur.git/tree/stm32cubemx.sh?h=stm32cubemx#n2 (hardcoded path instead use archlinux-java) for example

laserk3000 commented on 2021-10-29 16:03 (UTC)

@sl1pkn07 Thanks for your comment. What changes do you want to propose?

sl1pkn07 commented on 2021-10-29 13:35 (UTC) (edited on 2021-10-31 17:10 (UTC) by sl1pkn07)

hi- i think is possible use jre17 with this

/usr/lib/jvm/java-17-openjdk/bin/java \\\n --module-path /usr/lib/jvm/java-17-openjdk/lib/javafx.controls.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.fxml.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.web.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.graphics.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.base.jar:/usr/lib/jvm/java-17-openjdk/lib/javafx.media.jar \\\n --add-modules javafx.controls,javafx.fxml,javafx.web \\\n --add-exports javafx.graphics/com.sun.javafx.text=ALL-UNNAMED \\\n --add-exports javafx.graphics/com.sun.javafx.scene.text=ALL-UNNAMED \\\n --add-opens javafx.graphics/javafx.scene.text=ALL-UNNAMED \\\n --add-opens javafx.graphics/com.sun.javafx.text=ALL-UNNAMED

i have used this with stm32cubeprog without issues

maybe you can adapt it to this package

EDIT: tested with plain openjdk17 without module-path and foo (posted above). seems works without problem