Skip to main content
cjaya.1
Associate III
December 10, 2022
Question

I wanted to store some data on the flash memory of the STM32F405RGT6. I wanted to do with windows application to send that data to the flash memory of the STM32F405RGT6. I am building up custom windows application to connect with STM32F405RGT6.

  • December 10, 2022
  • 3 replies
  • 1018 views

Is this possible to do?

This topic has been closed for replies.

3 replies

MM..1
Chief III
December 10, 2022

Yes

Tesla DeLorean
Guru
December 10, 2022

You'll need some mode of connectivity.

A protocol to define how you deliver/transfer the data.

You'll need code on the STM32 side to manage, and buffer the data, and implement the protocol, and then write the data into memory that you've previously erased.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
cjaya.1
cjaya.1Author
Associate III
December 10, 2022

Thank you for the replies. Is it possible to buffer 2KB of data to store into memory as a serial protocol over the USB. I couldnt find any examples how to do that. Any help on this.