PSoC 4 UART get command interface

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

cross mob
Anonymous
Not applicable

Hi,

   

Are there existing PSoC 4 equivalents to the PSoC 1  High Level UART APIs?  

   

e.g., BYTE UART_bCmdCheck(void), BYTE UART_bCmdLength(void), char * UART_szGetParam(void), etc?  

   

~ Martin

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

The UARTs of PSoC1 and 4 differ in hardware with the PSoC4 versions being quite more modern (FIFO, multiple interrupts etc). There are some high-level APIs, but the Rx command buffer and the param separation have been left out. Not too difficult to program.

   

 

   

Bob

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

The UARTs of PSoC1 and 4 differ in hardware with the PSoC4 versions being quite more modern (FIFO, multiple interrupts etc). There are some high-level APIs, but the Rx command buffer and the param separation have been left out. Not too difficult to program.

   

 

   

Bob

0 Likes
Anonymous
Not applicable

Thanks. ~ Martin

0 Likes