Shop OBEX P1 Docs P2 Docs Learn Events
Simple Questions about time stamp and Need help with basic understanding — Parallax Forums

Simple Questions about time stamp and Need help with basic understanding

Andy_ouhscAndy_ouhsc Posts: 17
edited 2011-06-24 09:20 in Propeller 1
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

Comments

  • Duane DegnDuane Degn Posts: 10,588
    edited 2011-06-24 09:20
    I'd suggest reading Spin Zone #10 located here.

    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
Sign In or Register to comment.