TheNuclearDart / bringup

STM32F7 discovery board bringup
GNU Affero General Public License v3.0
0 stars 0 forks source link

XModem sometimes fails when receive triggered first #5

Open TheNuclearDart opened 2 years ago

TheNuclearDart commented 2 years ago

Sometimes, when XModem receive is triggered on the device prior to initiating the send on the PC, the process immediately fails on the first packet. It seems like it might be a CRC issue, but not sure why.

If the send is initiated first, the process always works without issue.