2022-06-20 12:51 AM
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"
2023-09-01 05:33 PM
any luck? same issue
2023-12-06 01:21 PM - edited 2023-12-06 01:22 PM
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.
2024-08-30 03:47 PM
Ran into the same issue as well and it worked for me under ´/users/[YOUR USERNAME]/anotherdirectory`.