Psoc4200 - UART Interrupt Example

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

cross mob
AsRa_264661
Level 4
Level 4
50 replies posted 25 replies posted 10 likes received

Hi All,

   

I am working with PSoC 4200 chip, i coud not find any example for UART reception in interrupt mode.

   

i did not want to poll for data //   ch = UART_UartGetChar();

   

anyone have idea on this?

   

 

   

Thanks,

   

Ashok R

0 Likes
4 Replies
lock attach
Attachments are accessible only for community members.
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted
        Ashok, Attached is PSoC4 example of controlling LED using UART   
0 Likes
AsRa_264661
Level 4
Level 4
50 replies posted 25 replies posted 10 likes received

HI Odissey,

   

Thanks for quick response , In my code i used component  UART (SCB v3.20) , so do i need to change into normal UART (v2.50) ?

   

Thanks,

   

Ashok R

0 Likes
odissey1
Level 9
Level 9
First comment on KBA 1000 replies posted 750 replies posted
        PSoC 4200 example for Fixed Function UART can be found in post #35 http://www.cypress.com/comment/389231#comment-389231   
0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

I would suggest to preserved the most versatile UDBs. When you are in need of anything is is quite probable that you can realize it using an UDB.

   

 

   

Bob

0 Likes