Automatic Storing Data in external flash
I am running LED matrix display from F0 Series MCU. At present whatever I want to display on board, I am putting "Hex code of LED matrix" in the main loop code.
But Now I want to have USB stick containing Hex code of LED matrix. Basically user will upload the Hex code on USB stick from laptop.
And controller circuit will have female USB connection, where on inserting the USB stick, "Hex code of LED matrix" will automatically uploaded on external flash such as AT25SF641B, and MCU reads from that external flash to display on LED matrix display.
Please let know any tips to implement this.. I am totally lost.
