embedded project creation from integrated stm32cubemx failed

Answered

STM32CubeMX can not directly run, if i run with ./STM32CubeMX, it will say "there is no file or directory", but actually it is there.

 

so i write a simple script

```

#! /usr/bin/env /bin/bash

java -jar STM32CubeMX

```

and in the clion setting, i set the stm32cubemx full path with "/home/mmc/dev/embedded/STM32CubeMX/STM32CubeMX", and click test, it tell me ok.

 

when i create a stm32cubemx project, it failed, shows some info.

here are the screenshots

 

setting page

 

after project creation

 

when i click the blue "open with stm32cubemx", more error happened

0
1 comment

Hello! Please send the idea.log file (Help | Show Log in ...) to clion-support at jetbrains.com. Note that logs might contain private user's information (like file paths and names). 

0

Please sign in to leave a comment.