2025-04-28 3:31 PM - edited 2025-04-28 3:33 PM
Hi everyone,
I am trying to setup DCMIPP Pipe0 to read data from 256x192 pixel sensor by 16 data lines.
Seems everything configured and working fine except of transfer data to destination buffer.
DCMIPP frame counter is increasing.
Pipe0 dump counter is 0x18000 (256x192x2).
HAL_DCMIPP_PIPE_Start return HAL_OK.
Pipe0 packer memory adrdess register is qual to Pipe0 memory status address register and correspond to address of buffer in RAM.
I checked that DCMIPP don't write zero values by initing frame buffer with 0xFF and it wasn't changed do zeros.
I am sure that sensor is working because of frame counter, dump counter, checking lines with oscilloscope and it is working with other pcb with STM32H7 and DCMI interface.
Also I validated that debugger read frame buffer correctly by sending it thought uart.
Source code is simple, generated by cube init than I2C configuration of sensor(validated) and than reading in loop with delay: