TP Signal on 7i92
- unknown
- Away
- Elite Member
-
Less
More
- Posts: 309
- Thank you received: 124
24 Mar 2025 12:40 #324746
by unknown
TP Signal on 7i92 was created by unknown
Probably one for PCW
Is there any useful information available on TP<0> & TP<1> pads.
Cheers
Rob
Is there any useful information available on TP<0> & TP<1> pads.
Cheers
Rob
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18440
- Thank you received: 5036
24 Mar 2025 14:25 #324778
by PCW
Replied by PCW on topic TP Signal on 7i92
Currently they time the RX and TX data transfer overhead:
EtherRecv2Mem
sta SetTP0
lda recvfcount ; already doing a multi frame recv,
jmpnz recvframe ; so skip the prelims
.......
recvdone
lwi 1
addto recvpktcount
lwi MinusSix ;adjust for CRC and 2 byte offset
addto recvpktsize
sta ClrTP0
ret
EtherSendFromMem
sta SetTP1
lda sendpktsize
add threeloc
.......
lwi 1
addto sendpktcount
sta ClrTP1
ret
EtherRecv2Mem
sta SetTP0
lda recvfcount ; already doing a multi frame recv,
jmpnz recvframe ; so skip the prelims
.......
recvdone
lwi 1
addto recvpktcount
lwi MinusSix ;adjust for CRC and 2 byte offset
addto recvpktsize
sta ClrTP0
ret
EtherSendFromMem
sta SetTP1
lda sendpktsize
add threeloc
.......
lwi 1
addto sendpktcount
sta ClrTP1
ret
The following user(s) said Thank You: tommylight, unknown
Please Log in or Create an account to join the conversation.
- unknown
- Away
- Elite Member
-
Less
More
- Posts: 309
- Thank you received: 124
24 Mar 2025 16:25 #324794
by unknown
Replied by unknown on topic TP Signal on 7i92
So basically just a square wave on each physical pad ?
I was thinking it might have been some serial debug info.
Cheers
I was thinking it might have been some serial debug info.
Cheers
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18440
- Thank you received: 5036
24 Mar 2025 17:31 #324796
by PCW
Replied by PCW on topic TP Signal on 7i92
Well it's whatever the last debug usage was...
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.123 seconds