Skip to main content
bpier
Visitor II
March 1, 2019
Question

i worked on stm32f303ze i want to know if it is possible to create file in the 512K flash drive with the stm32f303ze. is there an example or library to do this ? thanks

  • March 1, 2019
  • 1 reply
  • 729 views

I want to create files in this flash drive with a stm32f303 program and i want to transfer these file on pc in real time ....

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
March 1, 2019

What flash drive? The internal flash in the device that you're otherwise not using for your code?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Andrew Neil
Super User
March 1, 2019

Maybe (s)he's using a debug adaptor which presents a "drive" to the PC for drag-&-drop programming, and thinking of that "drive" ... ?

That one has been discussed before and, IIRC, the answer was "No".

EDIT

Found it:

https://community.st.com/s/question/0D50X00009XkWyWSAV/stm32f429idisc1-how-to-read-files-written-through-stlink-usb-port

So maybe it is possible?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.