Skip to main content
chriskuku
Senior II
June 20, 2022
Question

STM32CubeMX permission problem /Users under macOS 11.6.6.

  • June 20, 2022
  • 3 replies
  • 1817 views

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"

3 replies

SamHansen42
Associate II
September 2, 2023

any luck? same issue

Visitor II
December 6, 2023

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.

Visitor II
August 30, 2024

Ran into the same issue as well and it worked for me under ´/users/[YOUR USERNAME]/anotherdirectory`.