Use FullDuplexSerial.spin from Assembly
Kevin L.
Posts: 10
I've written a CRC routine in Spin using FullDuplexSerial.spin to process packets of data and came to realize it will not be fast enough.
I need to convert my routine to assembly. The FullDeplexSerial interface is written in Spin, so I need to know how to communicate with the object from assembly.
Do I need to convert FullDuplexSerial to 100% assembly? If so, how do I do Assembly-Assembly Cog-Cog communictaion?
Thanks,
Kevin L.
I need to convert my routine to assembly. The FullDeplexSerial interface is written in Spin, so I need to know how to communicate with the object from assembly.
Do I need to convert FullDuplexSerial to 100% assembly? If so, how do I do Assembly-Assembly Cog-Cog communictaion?
Thanks,
Kevin L.
Comments