cancel
Showing results for 
Search instead for 
Did you mean: 

help with display and camera module for STM32F407VET6

ose7b
Associate II

Hi, I'm currently working on a project using the "Black" STM32F407VET6 board, and on the lookout for a good 7" touchscreen display and 5 MP camera choice.

For the display, I'm considering an 800x480 SSD1963 based touchscreen panel that can connect to the LCD connectors on the board.


What exactly should I look for? Reading older posts, I'm aware that the STM32F407VET6 not having a lot of onboard memory is a concern, and displaying a UI with LVGL isn't the only thing I want to do. I plan to use Zephyr OS and there will be some PWM controller code that will have to live alongside the display stuff.

For the camera, I came across this post that links to AN5020 and recommends a 5MP OV5642 based camera. My requirement is also 5MP so I think that would work for me.

Would appreciate any help regarding points I should be considering, reducing memory usage and if this kind of system sounds feasible on this particular platform.

 

Thanks

4 REPLIES 4

@ose7b wrote:

 the "Black" STM32F407VET6 board,


anyone can make a black board!

Is it one of these:

AndrewNeil_0-1732788310955.png

please give a link to the one you're actually using.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

More useful to have the supplier page for the board you actually have.

Does the board documentation not give a specification for the supported LCDs (vain hope) ?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

I have ordered the board from this supplier: https://robu.in/product/stm32f407vet6-arm-cortex-m4-core-with-dsp-and-fpu/

The datasheet they link to is just the microcontroller datasheet. In there I just see that it has a FSMC interface with 8080/6800 modes.

 

Also found this page https://stm32-base.org/boards/STM32F407VET6-STM32-F4VE-V2.0.html but doesn't seem very useful.