Skip to main content
SloBlo
Associate II
November 11, 2025
Solved

stm32CubeMX not listing Documents contents on Mac Tahoe

  • November 11, 2025
  • 14 replies
  • 606 views

I recently switched to Mac Tahoe 26.1 and it seems since then stm32CubeMX 6.15 is not listing the contents of my Documents folder anymore. It doesn't seem like a rights management issue since

  • there were no changes to the Documents rights
  • they are identical to sibling folders which CubeMX would properly enumerate

And yes, the folder does have contents and is not empty as shown in the screenshot from the file open dialog attached.

Anyone experiencing similar issues? How to come around that?

Best,

Oliver

Best answer by Ghofrane GSOURI

Hello @SloBlo 

For macOS the full disk access is required to load project files or install other packages from the file system. To enable full disk access for STM32CubeMX:
1. Go to “System preferences” and click to open “Security & Privacy” window
2. Select “Privacy” tab
3. Select “Full Disk Access” from the left panel
4. Click the checkbox to enable full disk access to STM32CubeMX

--> Hence, all folders will be visible.

This is detailed in the user manual of MX, particularly in section "3.1.1. Supported operating systems and architectures" (see attached screenshot from MX UM)...

14 replies

TDK
November 12, 2025

Tahoe isn't listed as a supported OS. Might have to wait.

TDK_0-1762913613713.png

With the shift to VS Code, it's not clear how long it will take to support newer OS versions.

"If you feel a post has answered your question, please click ""Accept as Solution""."
SloBlo
SloBloAuthor
Associate II
November 12, 2025

I don't agree that is cutting it. Other user folders, such as Music, the dialog is enumerating just fine, and it has got identical rights settings. There must be something else going on.

In addition, the issue doesn't seem to appear widespread in the forum. I deem that would be different if there is a general core issue using CubeMX on Tahoe.

Ghofrane GSOURI
ST Technical Moderator
November 12, 2025

Hello @SloBlo 

As mentioned by @TDK Mac Tahoe 26.1 is not listed as a supported operating system for STM32CubeMX 6.15.0. This means that the application has  not been tested or optimized for compatibility with this version of macOS. As a result, certain features such as file system access may not function as expected.

THX

Ghofrane

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
SloBlo
SloBloAuthor
Associate II
December 11, 2025

Dear Ghofrane,

thank you for following up on this. Following your suggestion I can confirm that CubeMX can access Documents folder and I am able to continue working on projects in my preferred location on MacOS Tahoe.

2 remarks, though, to STM and anyone facing similar situation:

  • STM CubeMX installer did not create an entry within the Privacy & Security section nor ask for Full Disk Access during installation (as many other applications do since Tahoe). With this in place nothing of the above would happen and keep a lot of frustration from STM customers
  • I had to add the CubeMX application manually now (using '+' button on the Full Disk Access page below). That is your workaround in the meanwhile :)

Regards,

Oliver

Ghofrane GSOURI
ST Technical Moderator
August 3, 2026

Hello ​@william_Lucas98 

For macOS the full disk access is required to load project files or install other packages from the file system. To enable full disk access for STM32CubeMX:
1. Go to “System preferences” and click to open “Security & Privacy” window
2. Select “Privacy” tab
3. Select “Full Disk Access” from the left panel
4. Click the checkbox to enable full disk access to STM32CubeMX

--> Hence, all folders will be visible.

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Visitor II
August 4, 2026

Thanks for sharing this.
Since CubeMX can read sibling folders but not the Documents folder, it does sound more like a macOS Tahoe compatibility or sandboxing issue than a standard permission problem. Did the accepted workaround continue working after restarting CubeMX or the Mac?
It would also be helpful to know whether the same issue appears in STM32CubeIDE.

Code Expert