multiple uarts

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

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hi All,

Is there an example using multiple UARTS on one PSOC LP5 (CY85888LTI-LP097) ?

Attached is what I'm thinking of.

(I'm looking for an example so I can setup the ISRs correctly.)

Basically 2 PCs and 1 GPS receiver.

thanks,

Bob

ps I did a couple searches and could only find multiple uarts using multiple PSoCs.

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Your schematic looks allright. I would suggest you to increase the UART's buffers so that the internal handlers are used. Saves you from setting up your own interrupt handlers. You can check for data using UART_GetRxBufferSize() API (see datasheet) in your main-loop.

Bob

View solution in original post

0 Likes
2 Replies