Loading...
 

SW4STM32 and SW4Linux fully supports the STM32MP1 asymmetric multicore Cortex/A7+M4 MPUs

   With System Workbench for Linux, Embedded Linux on the STM32MP1 family of MPUs from ST was never as simple to build and maintain, even for newcomers in the Linux world. And, if you install System Workbench for Linux in System Workbench for STM32 you can seamlessly develop and debug asymmetric applications running partly on Linux, partly on the Cortex-M4.
You can get more information from the ac6-tools website and download (registration required) various documents highlighting:

System Workbench for STM32


Issues Installing System Workbench for STM32 from Eclipse

Hi, I ran into this again today. Fortunately I reread these posts and realized what I had done.

A week or two ago I reordered my path so my JDK13 was above 8. I’ve had eclipse open since then but I restarted this morning and it gave that cryptic exception.

This time, I didn’t want to change my path again so I did something else. Here’s what worked for me.

Find where your eclipse.exe is. In the same directory, edit your eclipse.ini

Add the following TWO lines after editing to match your actual Java 8 path:

-vm
C:\Program Files\Java\jdk1.8.0_91\bin\javaw.exe

Make sure those are above the -vmargs line in the file. Apparently spaces are not a problem.

When eclipse boots, it will now use your JDK 8, instead of whatever is setup in your path.