Skip to main content
Ciuffoly
Senior
December 11, 2020
Question

STM32F746-DISCO How to load images from the internal mass storage (the driver with 3Mb) ?

  • December 11, 2020
  • 3 replies
  • 666 views

I need to save some images of my application on space different from flash .

To QSPI is very complex.

So it is possible use the internal mass storage (the driver with 3Mb) ?

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
December 11, 2020

There is a total of 1MB of internal flash within the STM32F746 device.

You can use the section you don't use for your other code/data for other purposes.

Not sure what this "3Mb" is your talking about.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Ciuffoly
CiuffolyAuthor
Senior
December 11, 2020

I am speaking about the 3Mb of mass storage visible like drive D: on my PC when connect the STM32F746-DISCO.

Tesla DeLorean
Guru
December 11, 2020

That's not real, it is a "faux" volume the mbed compatible firmware in the ST-LINK presents to the OS to allow you to drag-n-drop a binary into. As the file is written the data is placed into the internal flash of the STM32F746, of which there is a total of 1MB

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Ciuffoly
CiuffolyAuthor
Senior
December 13, 2020

ok thank you I will use the QSPI