PRoC BLE UART interrupt parser example?

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

cross mob
Anonymous
Not applicable

Hello,

   

I'm using PRoC BLE module on CY8CKIT-042-BLE Pioneer Kit.

   

I have all day searched for decent UART Interrupt example but without success. All I found were cases where UART was used for debugging purposes, or USB-UART bridges... I want to utilize UART component as a communication path to my microcontroller.

   

Basically, I need UART parser on input data which will raise an interrupt. I found similar example but with UART component v2.50. In my case I can only use UART SCB component (v3.50), but it's different, command are different and investigating so much time in basic UART is now something I haven't time.

   

Is there a similar project out there that could serve as a good starting point?

   

Thanks

0 Likes
1 Reply
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

There is a Uart program here https://github.com/cypresssemiconductorco/PSoC-4-BLE/blob/master/100_Projects_in_100_Days/Day020_BLE...

It allows flow control but this is not usable with the cypress  Kit prog USB connection.

0 Likes