2014-12-05 11:24 AM
Hi folks,
I'm working thend looking for working demos. It came with a demo loaded into flash (V1.1.1 IIRC) that was fully functional. Using the IAR EWARM tools I've built the demo in the STM32Cube package and unfortunately it does not initialize the camera correctly. It identifies itself as V1.1.0 so if I correctly recall the version of the demo as shipped, the one I have source for is one version behind. (found this at C:\STM32Cube_FW_F4_V1.3.0\Projects\STM324x9I_EVAL\Demonstrations\MB1046 where the STM32Cube package is unpacked in C:\.)Another possible issue is that it may not be the correct demo. It seems to be intended for the MB1046 version of this H/W and the board I have is labeled MB1045 Rev. B, There is also an MB1063 variant which I also tried and it did not properly initialize the LCD so it is difficult to determine if it was OK with the camera.There is a camera/USB demo in C:\STM32Cube_FW_F4_V1.3.0\Projects\STM324x9I_EVAL\Applications\Camera\Camera_To_USBDisk which I also tried and it did not properly initialize the LCD.Is it possible to get the source for the working demo that this board shipped with? It seems like that would be easier than writing my own or debugging the ones provided. Debugging one of the provided demos is the next step and perhaps that will be easy. ;)Thanks!2014-12-05 12:08 PM
MB1046 and MB1063 are screen boards with different dimension LCD panels affixed to them.
Generally when software isn't available for public download you need to contact your local ST representative or FAE to procure it.2014-12-05 02:16 PM
Thank you for the quick reply.
best,hank