2022-12-10 03:09 AM
2022-12-10 03:51 AM
Yes
2022-12-10 09:35 AM
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.
2022-12-10 12:21 PM
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.