2025-03-15 3:43 PM
I'm trying to create a new STM32H747 project in STM32CubeMX and right away I'm running into an odd issue - I can't turn off FreeRTOS and FatFS. It reports that "peripheral FreeRTOS_M7 could not be removed from context Cortex M7 as it's forced for this peripheral."
I need to use Azure RTOS in this project, and I can enable its packages for the project, but I still can't disable FreeRTOS. I had no trouble with this in my last STM32H743 project, so I'm a little puzzled. Is there some setting I'm missing?
FYI, I only need the RTOS on the M7 core.