2020-07-25 05:24 AM
I am using stm32f072 discover board. I am developing IAP UART code. I take the reference code provided in the repository. I am attaching the code too. I am also following application note AN4065 and AN4657. The option for downloading and uploading, executing is coming on terminal. When I try to transmit the file then it is hangs on the wait. Thanks in advance for the help.
2020-07-25 06:34 AM
ZIP up the project rather than attach half a dozen files.
Identify your code/additions.
Try debugging, or identifying actual failure. Saying it hangs is of little help. Stop in the debug and inspect where it is stuck. Waiting on characters, getting what it needs? Stuck in a while(1) loop.
Try different terminal applications.
Show interaction.
2020-07-26 09:43 PM
2020-07-27 04:43 AM
Personally I used this example (ymodem) but unfortunately it is not reliable. Forget ymodem and go for newer FTP protocol
2020-07-27 04:52 AM
Can you brief about it?
2020-07-28 03:23 AM
for a light weight and straight forward implementation, take a look on MAVLink FTP protocol