Question
STM32_USB-Host-Device_Lib - host bulk transfer
Posted on January 17, 2014 at 15:30
I looked into MSC host example, but I thing BOT is not ordinary bulk transfer?
I'm still thinking about RNDIS - the data transfer.Is that also wrapped-command-status transfer or just plain data exchange via bulk-EPs?If no wrappers are needed, how is it done using the library mentioned in the title?Even if RNDIS data was wrapped-command-status transfer, I'd still like to also know how the non-wrapped transfer works.[edit]Or is it so, that (maybe some weird special cases excluded) bulk transfers always use wrapped command and status control transfers as a part of the ''protocol''?