Question
CubeMX missing YCbCr input color option for DMA2D on STM32N6
The STM32N6 supports YCbCr as an input format (see reference manual RM0486 section 21.3.5). As of version 6.16.1, this option is still not available in STM32CubeMX. The generated code can be manually modified to make it work by setting
hdma2d.LayerCfg[x].InputColorMode = DMA2D_INPUT_YCBCR;



