Assertion fails in stm32f7xx_hal_dma2d.c, function HAL_DMA2D_ConfigLayer() at line 845, assert_param(IS_DMA2D_OFFSET(playerCfg->InputOffset));playerCfg is a pointer to a struct with element LayerCfg[2] in which InputOffset is not initialized and ther...