Hello
I'd like to connect my device (a TM4C or MSP432 with external Memory such as SD-Card or serial EEPROM) to a PC for two reasons:
Some portion of the external memory of my device shall be accessible from a PC file manager as a drive and
1. the FW-Update shall be possible by copy/paste the new application (e.g. hex-file) onto this drive,
subsequently a (boot-)loader checks and installs this new application from the external memory to uC-internal Flash area.
2. one/some file(s) of simple format (e.g. csv, txt) can be read, written and deleted using the file manager,
these files are readable by the uC and are used to define some of its behavior.
The external Memory is not accessible, e.g. SD-Card cannot be removed.
My device will have a graphic LCD with GUI, so some guidance to the end user is possible to properly conduct a FW update (if needed).
The idea is similar to the mbed-approach, but I do not know which extra HW and FW is involved.
Is any of the LaunchPads (e.g.EK-TM4C123G) suitable (after adding an EEPROM) to test implementation of my concept?
Which sample projects may I use to begin with?