Storage access on an STM32 microcontroller
Hi All,
I have noticed that when connecting both of my boards [b-g474e-dpow1, stm32g474ret6u] and [NUCLEO-F429ZI, stm32f429zi] they are recognized as a storage device on windows per the picture below for the b-g474e-dpow1 board.
My question is, these 1.51MB are part of the memory of the onboard microcontroller [stm32g474ret6u] or the STlink debugger or both?
We have an application that requires reading data points from a .txt file and place these values sequentially on a port. The user will (somehow) upload the .txt [approx 8kB] file to the microcontroller memory and when done, it will send all these points to a port when commanded.
Any recommendations for an efficient implementation for this problem?
The NUCLEO-F429ZI can provide a USB-OTG PHY. Is it possible to configure it so it behaves as a USB flash drive so the user can upload this .txt file?
Regards
