PSOC 5 USBFS endpoint stall?

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

cross mob
JEv_295166
Level 3
Level 3
First like received

Is there an API to stall an endpoint? Nothing obvious in the code or documentation.

   

TAIA.

0 Likes
2 Replies
AnkitaS_51
Employee
Employee
100 likes received 50 likes received 25 likes received


The register USB_SIE_EP1_CR0 could be used to STALL the end point and clear the end point. If the 7th bit of the register is set, this STALL the end point. If the 7th bit is cleared, this could clear the STALL. Could you please refer the below link, page no 744, to get more information about this register: http://www.cypress.com/file/136211/download

0 Likes

Thanks ANKS, that is exactly what I had failed to find in the documentation.

0 Likes