Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 11 months ago.
Platforms supported by SWUpdate
Is this supported on the FRDM-K64F? I assume you need an SD card to hold the download image.
If not the FRDM-K64F, which platforms?
Any supported WiFi options?
Thanks, Tom
Question relating to:
1 Answer
9 years, 11 months ago.
It will only work for the mbed LPC1768 since it uses LocalFileSystem. It just doesn't use it for storage purposes (then an SD card would do fine too), but it uses the bootloader since those ones work different from new ones like the K64F: It writes bin file to LocalFileSystem, and then triggers a reset. The interface IC will at reset notice there is a new bin file, and program the LPC1768 with it. This does not work for your K64F.