Hi, we need a signal that indicate if a scb uart is transmitting.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
PaMa_1342151
Level 1
Level 1

Hi, we need a signal that indicate if a scb uart is transmitting.This signal is used in a smart i/o to control the status of a output pin to put in high Z the uart tx output pin.

0 Likes
1 Solution
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

SCB component don't have a status terminal, you may try to use TX FIFO empty interrupt to trigger some logic.

View solution in original post

0 Likes
2 Replies
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

Have you tried to use the DMA TX trigger signal? It basically tells if the TX FIFO is empty. If empty, you know it is not transmitting.

0 Likes
Vison_Zhang
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 250 sign-ins

SCB component don't have a status terminal, you may try to use TX FIFO empty interrupt to trigger some logic.

0 Likes