Simple Questions about time stamp and Need help with basic understanding
Andy_ouhsc
Posts: 17
Timestamp Testing File.spinTimestamp Object.spinPST Debug Lite.spin
I have a few questions about PST Debug LITE
For PRI StartRxTx, what does the following line mean?
buffer_ptr := @rx_buffer
okay := cog := cognew(@entry, @rx_head) + 1
what is @entry, @rx_buffer and why it is there? buffer_ptr?
I am trying to put a time stamp into another spin file, the other spin file does not use PST Debug LITE as an object, it uses the other terminal ,FullDuplexSerial, How would I "implant" the terms so I can get a time stamp into the file that uses FullDuplexSerial ?
I have very limited knowledge about SPIN.
Any suggestions would be appreciated
Thanks,
Andy
I have a few questions about PST Debug LITE
For PRI StartRxTx, what does the following line mean?
buffer_ptr := @rx_buffer
okay := cog := cognew(@entry, @rx_head) + 1
what is @entry, @rx_buffer and why it is there? buffer_ptr?
I am trying to put a time stamp into another spin file, the other spin file does not use PST Debug LITE as an object, it uses the other terminal ,FullDuplexSerial, How would I "implant" the terms so I can get a time stamp into the file that uses FullDuplexSerial ?
I have very limited knowledge about SPIN.
Any suggestions would be appreciated
Thanks,
Andy
Comments
The questions you ask have to do with launching PASM code and memory locations. I think Jon does of good job of explaining things.
Duane