Prop Download protocol
Cluso99
Posts: 18,069
Is anyone familiar with the download protocol?
I am trying to write an OS routine that intercepts the download protocol (by disabling the reset) and just waits for the downloading to begin and runs it own code in a cog.
I am using the "booter.spin" code slightly modified for this.
It seems to work downloading the file and then PropTool gives up and issues the message "lost communication with the propeller".
Does the PropTool issue more than one reset for the download?
Once I can accept the download, I am going to work on saving the file to SD instead of eeprom.
I am trying to write an OS routine that intercepts the download protocol (by disabling the reset) and just waits for the downloading to begin and runs it own code in a cog.
I am using the "booter.spin" code slightly modified for this.
It seems to work downloading the file and then PropTool gives up and issues the message "lost communication with the propeller".
Does the PropTool issue more than one reset for the download?
Once I can accept the download, I am going to work on saving the file to SD instead of eeprom.
Comments
Jeff T.