Skip to main content
stefanobettega
Associate
January 23, 2008
Question

Cortex M3 USB bulk & double buffer

  • January 23, 2008
  • 1 reply
  • 586 views
Posted on January 23, 2008 at 07:00

Cortex M3 USB bulk & double buffer

    This topic has been closed for replies.

    1 reply

    stefanobettega
    Associate
    May 17, 2011
    Posted on May 17, 2011 at 12:22

    I'm modifying the VirtualCOM demo to support BULK transfer with double buffer feature.

    Actually I'm working on the transmission side, from Cortex to PC.

    I'm wondering how to copy character into the transmission buffer. I think I cannot use the UserToPMABufferCopy, as I could have to modify buffer contents in some cases.

    Is there any application note with a sample transmission from Cortex to PC in bulk double buffer mode? The only one I found is the Audio Speaker demo, but works in PC->Cortex direction and also in isochronous mode.

    Many thanks