2017-04-28 06:27 PM
Hello ,
i'm working with the Open407V-D and i'm having problems with the DCMI interface, is there any jumpers to set in order to chose the PIN that i want to work with ? because when i use cable it work but when i put the camera directly on the DCMI interface of teh Open407V-D it's not workingthank you
2017-04-28 06:39 PM
Honestly we don't get a lot of WaveShare traffic here, have you gone over the schematic and the pins your software build is using now?
http://www.waveshare.com/wiki/Open407V-D
The STM32F405 Data Sheet should breakdown the pins usable by the DCMI connection, there are a relatively finite set of choices. Review the pin tables.
2017-04-29 09:34 AM
Hello,
first of all thanks for the reply,i attached the hardware descritption of the DCMI interface in the open404v-d,i'm using STM32F4discovery as MCU but i'think i should put some jumper in order to chose the pin because for almost all input there two pin that can be used
2017-04-29 10:17 AM
There are a couple of approaches, the software likely has a large section defining the pin utilization. If you don't want to change the software set the jumpers to match the connectivity described by the software. The other is to use the settings you think best on the hardware side, and change the software settings to match.
Perhaps look at the STM32F4-CAM and STM32F4DIS-BB schematics, connections, and demo software, as this directly uses the STM32F4-DISCO boards, and is one of the most prolific.