cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX permission problem /Users under macOS 11.6.6.

chriskuku
Senior II

I installed STM32CubeMX under macOS (11.6.6). When I click "about STM32CubMX" a box pops up:

java

Version 1.0 (11.0.10)

When I click "Generate code" I'm getting a box saying "/Users: permission denied"

2 REPLIES 2
SamHansen42
Associate III

any luck? same issue

al3xh
Associate

Ran into the exact same issue and was able to fix it by not using `/home` in the project location. macOS does not play well with `/home` so ensure you use `/Users/[YOUR USERNAME]` as the project location in the Project Manager tab. 

 

Note you may have to start a new project as my existing project's path was greyed out after it attempted to generate code.