cancel
Showing results for 
Search instead for 
Did you mean: 

STM32479I-EVAL Camara to USB Aplication

Martin.Sergio
Associate III
Posted on February 17, 2017 at 13:00

Hi,

   I recently bought the STM32479I-Eval board and now I'm testing the sample applications included in STM32Cube_FW_F4_V1.14.0

   The application 'STM32469I_EVAL\Applications\Camera\Camera_To_USBDisk' does not work as expected, the LCD screen shows the messages:

USB Init...

Camera Init...

and then:

Press TAMPER button to take a snapshot

Camera Play     

but only a fully blank image on the LCD. When I press the tamper button to save the image:

Camera stopped...

Picture Prepared...

Saving Picture in File image_x.bmp...

Header BMP written...

BMP data Pixed save ongoing...

 

the LED1 is on to indicate the end of saving operation and a message is displayed:

File image_x.bmp saved in USB Disk...

but the image that is saved (Attach file) is completely blank.

Should I need to modify the position of some other* jumper or even modify the code of the example to run this application in STM32479I-Eval?

* Note:

JP3 of STM32479I-EVAL board is on position PC0.

USB key into the STM32479I-EVAL board through 'USB micro A-Male to A-Female' cable (connector CN8).

Thanks in advance,

Sergio

#stm32479i-eval #stm32469i-eval #camera #stm32f479xx
14 REPLIES 14
Martin.Sergio
Associate III
Posted on February 20, 2017 at 07:50

Hi,

   Anyone with this evaluation board could try this example to verify that it is not a hardware failure?

Thanks in advance,

Sergio

Martin.Sergio
Associate III
Posted on February 20, 2017 at 14:22

Hi,

   Reading information about the differences between STM32469I-Eval Board and STM32479I-Eval Board (

schematics, 

BOM...

), I think the difference is only the Micro STM32F469I and

STM32F467I

 and I think they are exactly the same except for the cryptographic module (Diferences between Datasheets and the same User manual), so I would not have to touch anything in the application to work correctly. This is correct?

  Any idea how to run the example application correctly?

Thanks in advance,

Sergio

Martin.Sergio
Associate III
Posted on February 21, 2017 at 14:37

No one knows why this happens?

Amel NASRI
ST Employee
Posted on February 21, 2017 at 17:08

Hi

Martin.Sergio

,

There is no difference between both boards: same schematic is used.

As you already noted it, the only difference iswithin the STM32 chip where HW crypto is supported for STM32F479 compared to STM32F4

I'll check again the example from my side and come back to you if I have more insights.

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Posted on February 22, 2017 at 09:28

Thank you very much st.mcu,

 

I attach a video in case you see something wrong

(Jumpers, connections...)

Also I attach a photo with all informtation of the Evaluation Board

Thanks in advance,

Sergio

________________

Attachments :

VID_20170222_085934.mp4 : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HyrV&d=%2Fa%2F0X0000000bDh%2F.hPorO7mIWQLJx02PqoQHFSUUEg2yec9k.sXET0wfYY&asPdf=false

IMG_20170222_092439.jpg : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hype&d=%2Fa%2F0X0000000bDc%2FLhh_SwteL8AELhQVXP996xDwpnU5zuF4divtk3WBB2A&asPdf=false

Posted on February 23, 2017 at 14:34

Hi st mcu ,

I'm testing the Examples included in STM32Cube_FW_F4_V1.0

STM32469I_EVAL\Examples\DCMI

And the result is similar... doesn´t work fine, with this examples the LCD is Black (attach images)

Debbuging the code the execution never pass the while condition

***STM32469I_EVAL\Examples\DCMI\DCMI_CaptureMode***

/*##-3- Camera Continuous capture start in QVGA resolution ############################*/

BSP_CAMERA_ContinuousStart((uint8_t *)CAMERA_FRAME_BUFFER);

/* Wait until effective DMA P2M DCMI capture startup in Camera frame buffer */

while(start_the_camera_capture == 0) {;}

***STM32469I_EVAL\Examples\DCMI\DCMI_SnapshotMode***

/* Start the Camera Snapshot Capture */

BSP_CAMERA_SnapshotStart((uint8_t *)CAMERA_FRAME_BUFFER);

/* Wait until frame buffer is ready */

while(frame_buffer_ready == 0) {;}

Thanks in advance,

Sergio

________________

Attachments :

IMG_20170223_143149[1].jpg : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006Hyrf&d=%2Fa%2F0X0000000bDW%2FSDD84e3YV6YqepCYPkT_sRxg1FR7JzmK5pLbhHOz2Ek&asPdf=false

IMG_20170223_143242[1].jpg : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HysX&d=%2Fa%2F0X0000000bDV%2FJs6olHUQuYJBfywfeYWocuujA.RvFQnda6L85Mw1l7I&asPdf=false

Posted on February 23, 2017 at 14:37

Hi

Martin.Sergio

‌,

Do you have any way to make a test using another camera module?

-Amel

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Posted on February 24, 2017 at 07:55

Hi

st.mcu

,

I have been looking but I can not find where to buy another Daughterboard (MB1183 Camera Module)

Thanks in advance,

Sergio

Posted on February 28, 2017 at 07:56

Hi

st.mcu

,

Any Progress checking the Example.

Reading the forum I've seen more people with similar problem

like

Cachan.Xav

:

https://community.st.com/0D50X00009XkYFnSAN

'....It seems that the initialization is OK, I can see 'QQVGA camera stream', but then nothing happens, the stream is only a white screen...'

Thanks in advance,

Sergio