2008-04-06 10:06 PM
Hot Swap USB
2011-05-17 03:28 AM
I need USB that can be plugged in and out during execution, not just at power-up.
Does anybody have any hints, rules or source code examples for making hot swapable USB? All of the ST examples wait for USB communications with a host before they will execute any further code:Code:
while (pInformation->Current_Configuration == 0)
{ NOP_Process(); }Are the project_init() and PowerOn() functions are the only two that will require re-writing?