Hello Everyone!I'm facing a problem with all the examples on this package FP-AI-Vision and my LCD only displays noises. I have the board STM32H747I-Disco model MB1248-H747I-D03 and the display MB1166-A09. I realized that in this package doesn't has t...
I recently posted this content in ST's comunity and I can't figure out the problem yet. I updated all the drivers, such as GitHub STM32H747I-DISCO BSP, OTM8009A LCD and NT35510 LCD. Also, I included all the path to nt35510, files nt35510.c and n...
Hello, Everyone!I have a trouble to interfacing B-CAMS-OMV with STM32H747I-Discovery. I used the examples DCMI_SnapshotMode on STM32CubeIDE and in other post, a ST employee said that the drivers are old and the new ones are on the github page in this...
I'm new to this STM32 world and I'm actually trying to use the LCD on board STM32H747I-Discovery. I've search for the documentation and drivers but I didn't find any information how to use LCD. Also, I want to try wiring B-CAMS-OMV to display on LCD ...
Hello!I solved my problems with this steps:1) in the stm32h747i_discovery file, I use thesse paramaters:#define USE_LCD_CTRL_NT35510 1U#define USE_LCD_CTRL_ADV7533 0UIn your zip file, the USE_LCD_NT35510 is set to 0U.2) Also, when I downloaded the ne...
I've deleted all the stm32cubeIDE v1.14.0, installed all the packages and substituted all the packages that you send it to me. I have the same error: make: *** No rule to make target 'C:/Utilities/lcd/stm32_lcd.c', needed by 'Utilities/stm32_lcd.o'. ...
I clicked on the wrong button and I accepted the solution but it's still having issues. I make sure all the steps are done but when I build the project, I ahve the same issue. I've unzip your file and I didn't change anything but I have the same issu...
The project that you attached before, I've tried to run and I have this message <No rule to make target 'C:/Utilities/lcd/stm32_lcd.c', needed by 'Utilities/stm32_lcd.o'. Stop.>. I mean disable the OTM8009A put into 0U or commented in the line that a...