Difference between STM32H743 and STM32H747?
Hi,
I've made a custom board where I followed the schematics of the STM32H747I-DISCO board. Instead of the stm32h747 I use the stm32h743 microcontroller, because of the availability.
I'm working on the 'FoodReco' project and modified it to my needs (changed the pinouts for the SDRAM/DCMI etc). When I cover the camera with my finger, the camera frame buffer on my custom PCB looks really similar as the camera frame buffer on the disco board:
For the DISCO board:
I believe the camera frame buffer is used to perform the image classification model on. The output however, is not the same at all. When it is pitch black it should output 'floor', when it isn't pitchblack it should output 'ceil'. The DISCO board, as expected, outputs 'floor 100%'. My PCB however reports a random value 'ceil 96 %'..
I haven't changed the functions APP_FramePreprocess, APP_NetworkInference and APP_Postprocess.
How is it possible that the result of the model is not the same? Am I misconfiguring something?
Thanks in advance!
