Hi,
From my understanding, you try to update K64F firmware PC application via Serial port. Correct?
If yes, you can do it but you can't use elf file as update file, because elf file not only includes burning code but also debug information. please use srecord or bin file instead. these files can be generated by IDE after each successful build.
If you don't know how to generate srecord or bin file, please let me what IDE you work with. Thanks.
Have a great day,
Jennie Zhang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------