CubeMX not updating the files in CubeIDE
I am using Touchgfx in conjunction with the STM32H745XIH6 board and whenever I create a touchgfx project, the first thing I do is, open the .ioc file in CubeIDE and then disable RTOS from the CubeMX. Then I save and try to compile but I get an error. The issue is because of the CMSIS folder that still exists in the workspace. So then I delete the CMSIS folder and it compiles successfully.
Now I want to also disable QuadSPI and FMC in the CubeMX but when I go back to compiling I get a bunch of errors, like 200 of them. My guess is again it's due to the existence of files that are not needed anymore but I do not know which one to delete! Can someone help with that?
Moreover if I add UART functionality in CubeMX, the stm32h7xx_hal_uart.c is not added under the STM32H7xx_HAL_Driver folder of the project, so I have to add it manually somehow by copying it from another project and pasting it here. Please fix this issue with CubeMX not updating the file project!
A suggestion for the future development of TouchGFX Designer also would be to have the option to untick RTOS at project creation because not all users want RTOS in their application. What if I want to do it bare metal?
