I noticed that when I plug my EVAL-ADICUP360 board into my USB port, it shows up as a mass storage drive. How do I use that feature? Which files need to copied to the mass storage device?
I noticed that when I plug my EVAL-ADICUP360 board into my USB port, it shows up as a mass storage drive. How do I use that feature? Which files need to copied to the mass storage device?
The USB Mass Storage Device labeled "MBED" is used for for drag and drop programming of the target chip.
It consumes a binary flash image, which can be created with the GNU ARM Eclipse plugins.
See screenshot below:
Simply copy the project.bin file to the MBED drive.
If everything goes well. The drive automatically disappears once the flashing is done.
It should immediately come back. If there was an error condition, a new file (fail.txt) within the MBED driver should indicate the cause.
Hope this helps.
-Michael
The USB Mass Storage Device labeled "MBED" is used for for drag and drop programming of the target chip.
It consumes a binary flash image, which can be created with the GNU ARM Eclipse plugins.
See screenshot below:
Simply copy the project.bin file to the MBED drive.
If everything goes well. The drive automatically disappears once the flashing is done.
It should immediately come back. If there was an error condition, a new file (fail.txt) within the MBED driver should indicate the cause.
Hope this helps.
-Michael