cancel
Showing results for 
Search instead for 
Did you mean: 

can anyone help me to interface TW9990 (video Decoder ) ic with STM32H7xxx Controller

Asing.4
Associate II
 
10 REPLIES 10

@Asing.4 

Yes its possible to do it. i already converted YCbCr to RB565 using DMA2D.

you will need to do some processing to organize this lines to YCbCr MCU (Minimum Code Unit) to make it compatible for the DMA2D then feed them to DMA2D.

For YCbCr VGA resolution my code do it in less than 11ms with the STM32H7B3 Evaluation board.

Regards

M.Salem