User Activity

Is there a way to select the dark theme to STM32CubeMX?  
I am configuring a NUCLEO-U5A5ZJ-Q with SDMMC (1-bit) but no FATFS seems available in Middlewares in STM32CubeMX 6.13.0 for this board?Has FATFS support dropped? 
Hi, I stumbled on a little issue regarding DMA2D and a NUCLEO-F767ZI.I used STM32CubeMX 6.13.0, STM32CubeIDE 1.17.0, firmware FW_F7 1.17.2.DMA2D needs RGB888 input color but I configured as RGB565. (I think)The outputs also is RGB565 and seems fine. ...
SPI with NSSNSS Signal Type Output Software is missing in the pulldown.What did I wrong?I attached the ios file.Of course I can edit the source and never let STM32CubeMX touch the project again, but that wasn't the goal, right?   hspi1.Init.NSS = SPI...
 In STM32CubeMX 6.13.0 - Application Structure is Basic and gray.I solved it by editing the ioc file, it remains gray, but at least "Advanced" is selected and the code is generated accordingly.I changedProjectManager.MainLocation=SrctoProjectManager....