2021-10-12 04:58 AM
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 therefore holds random values (0x20034004 and 0x001E0015 in my case).
Assertion checks for InputOffset < 0x00003FFF.
File stm32f7xx_hal_dma2d.c is of 25-June-2015, so may be there are correction(s)?
Rem.: Loaded this F7 MOOC workshop from ST site yesterday...
Best regards
Juergen