Posted on June 26, 2012 at 06:14So I am still learning how the STM stack is working. I come from a background of using LUFA USB stack for AVRs and the Microchip USB Stack for PIC processors. So I simple did the following in my routine and see the S...
Posted on June 26, 2012 at 02:26Tsuneo, Thanks for all the information. What I didnt realize was that the desired routine is called twice. Once with the call (*CopyRoutine)(0); And then later by the stack using the length parameter to designate wh...
Posted on June 19, 2012 at 05:37Hopefully I am not hijacking this thread but I am trying to do the same thing for the most part. Tsuneo, you mention the following: First, CustomHID_Data_Setup() is called by the stack just after Setup stage. At Data ...