Replies: 1 comment 1 reply
-
Hi @mariopaja , There is recent support of DVP with the OV5640, see #76124. We believe this should work using the parallel interface on the RT10xx. However, I am not aware of an example for this today. You mentioned your board does not boot. I suspect it does boot, but the execution gets stuck in the startup code initializing the drivers, and never gets to main(). Can you debug and diagnose this startup on your board and provide more details? Best regards |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
We have a custom board & a custom module of
ov5640
from an old project and I am trying to test the tcpserversink sample.I noticed that the code gets stuck at
kernel/kheap.c
: (void) z_pend_curr(&heap->lock, key, &heap->wait_q, timeout);Sample:
/video/tcpserversink
mimxrt1064_evk.overlay
prj.conf
Output:
INFO:
drivers/video/ov5640.c
The following is removed from
ov5640_init()
:Beta Was this translation helpful? Give feedback.
All reactions