You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/09 18:21:13 UTC

[GitHub] [incubator-nuttx] davids5 edited a comment on pull request #4505: STM32 F4, F7, H7 USB OTG Device Ensure EP initialized to proper state on usb reset and configure

davids5 edited a comment on pull request #4505:
URL: https://github.com/apache/incubator-nuttx/pull/4505#issuecomment-916332353


   @acassis you need an app sending (keep the channel busy)/rxing data to/from PC.
   
    1) Detect the VBUS (GPIO) off. 
   2) Kill the app
   3) serdis
   4) Wait for VBUS ON. (GPIO) 
   5) sercon. 
   6) launch the app. 
   
   The app will be blocked* after the TX buffer fills and the 4 req are left waiting on the EP IN Int.
   
   *If the connection is broken while the active is set it 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org