Question
[FYI] STM32CubeMX on Raspberry Pi
FYI: To run the cube on raspberry:
Download and install Oracle java 1.8.0, arm32 hard float
cd /opt; tar xvf jdk-8u251-linux-arm32-vfp-hflt.tar.gz
Download and unzip STM32CubeMX
unzip en.stm32cubemx_v5-6-1.zip
Start installer
/opt/jdk1.8.0_251/bin/java -jar ./SetupSTM32CubeMX-5.6.1.exe
Execute STM32CubeMX from install directory
/opt/jdk1.8.0_251/bin/java -jar ./STM32CubeMX
