Hello, I would like the pSoc-5 to get interrupt when using USBFS-UART, each time a byte is received. How to do that? Best regards, Guez Segev, BSc. Software engineer CI Semi - A division of CI Systems Migdal HaEmek 10551, Israel Tel: +972-4-644-8873

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

cross mob
Anonymous
Not applicable

Hello,

I would like the pSoc-5 to get interrupt when using USBFS-UART, each time a byte is received.

How to do that?

Best regards,

Guez Segev, BSc.

Software engineer

CI Semi - A division of CI Systems

Migdal HaEmek 10551, Israel

Tel: +972-4-644-8873

0 Likes
1 Solution
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

There are ISR for each endpoints inside the file USBUART_episr.c. You can add your code in the OUT EP. When host is sending data to device OUT EP ISR will be triggered.

View solution in original post

0 Likes
1 Reply
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received

There are ISR for each endpoints inside the file USBUART_episr.c. You can add your code in the OUT EP. When host is sending data to device OUT EP ISR will be triggered.

0 Likes