Hi,
I use DVSDK 4.01, and my dm365 board base on DM365EVM.
The capture mode is continuous mode, the sensor is YUV 16bit 720p.
In the most case, my board is working well.
However, sometimes, Imp_Sdram_Irq interrupt is not occurred at my DM365 board, like below
# cat /proc/interrupts
CPU0
0: 577 AINTC vpfe_capture0
5: 0 AINTC Imp_Sdram_Irq
8: 2008 AINTC davinci_osd
12: 1 AINTC musb_hdrc
16: 0 AINTC edma
17: 0 AINTC edma_error
23: 0 AINTC sdio0
26: 288 AINTC mmc0
32: 2434 AINTC clockevent
33: 0 AINTC free-run counter
39: 86 AINTC i2c_davinci
40: 432 AINTC serial
52: 0 AINTC eth0
53: 84 AINTC eth0
54: 14 AINTC eth0
55: 0 AINTC eth0
Err: 0
#
Once Imp_Sdram_Irq interrupt is not occurred, I power off and on my board.
After several times power off/on, it is working well.
What is the problem on my dm365 board?