STM32F429 Discovery LTDC with DCMI?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-03 2:27 AM
Posted on April 03, 2014 at 11:27
Hello Friends.
I want to connect the camera to the STM32F429 Discovery. I need to use DCMI module but I can't use with LTDC hardware. Because LTDC with DCMI using some common pins.(For example; PA4 = DCMI_HSYNC=LTDC_VSYNC) How do I use the DCMI and LTDC hardware simultaneously? #ltdc #dcmi
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-03 4:40 AM
Posted on April 03, 2014 at 13:40
How do I use the DCMI and LTDC hardware simultaneously?
You clearly can't use them ''simultaneously'', you need to look for a board with a higher pin count device.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-03 4:48 AM
Posted on April 03, 2014 at 13:48
I don't know what is *the* camera.
AFAIK, DMCI can deal with synchronization embedded into data (see RM). If the camera is compatible, you still have a chance to make LTDC and DMCI working together, without DMCI_HSYNC.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-04-03 5:46 AM
Posted on April 03, 2014 at 14:46
hi,
I use the OV9655 camera module. The camera doesn't work without the HSYNC and VSYNC signals.I have to use the camera with the software interface.