We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear readers,
I’m developing a USB interface with KEIL MDK Plus (V5.35) and the STM32CubeMX (V6.5) tool.
Is it possible to configure endpoint 0 to a message pipe resp. to a control transfer type ? The Run-Time Environment looks like:
In principle it should be possible to edit BMAttributes = 0 (=control) but I think this is not supported by the library ? At least it is not a standard in the CustomClass_0.h file:
The reason is the used WinUSB driver which can't access the "WinUsb_ControlTransfer" function.
Thanks in advance!
Best regards
Norbert
Hi Milorad,
Wow, thank you, finally I found the path to the examples !
Let me check the examples and I give you a feedback afterwards.