UART7 or RX7

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

cross mob
WaSt_4596866
Level 1
Level 1
First solution authored First reply posted First question asked

I have been using the UART8 module to send and receive standard 8 bit wide serial communication on the CY8C29466-24PXI.

Now I need to receive 7 bit wide serial communication. Is there any way to reconfigure the standard UART8 or RX8 to UART7 or RX7 to receive standard 7 bit wide serial communication?

Have you any ideas? Thanks

0 Likes
1 Solution

I think it should be OK if you mask with 7Fh. It should receive OK, if byte to byte time from the transmitter is more than two bits or three bits wide in time.

Best regards,

Sampath

View solution in original post

0 Likes
3 Replies
SampathS_11
Moderator
Moderator
Moderator
250 sign-ins 250 solutions authored 5 questions asked
0 Likes

Thanks for the link - but my problem is the receiving side. What will

happen when a RXD programmed for 8 bit receives only 7 bits?

Will it be sufficient to mask the 8 bits with 7Fh (0111 1111) to get the

seven relevant bits?

Thanks for your support

Walter

0 Likes

I think it should be OK if you mask with 7Fh. It should receive OK, if byte to byte time from the transmitter is more than two bits or three bits wide in time.

Best regards,

Sampath

0 Likes