cancel
Showing results for 
Search instead for 
Did you mean: 

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.

cjaya.1
Associate II

Is this possible to do?

3 REPLIES 3
MM..1
Chief II

Yes

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 Venmo
Up vote any posts that you find helpful, it shows what's working..
cjaya.1
Associate II

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.