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
Solved! Go to Solution.
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.
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.