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 All,
I use STM32F103VB MCU on my project, I do test some examples on MDK V5.10 and acquire some knowledge (surely not enough as an expert). Anyway, I try to write custome class USB Device with EP1 as bulk out and bulk in, EP2 as bulk in, but I where unsuccessful to pass on. I found that I should write code under USBD_CustomClass0_endpoint1_Event(...) and USBD_CustomClass0_endpoint2_Event(...) routines, but data sequences/length missed and make me confused.
Is there any knowledge which I missed ? Is there any example to make me help ?
Best regards
As this comment was put for RL-RTX-USB on MDK v4.0, the callback function name isn’t exactly same, but the code flow is the same.
www.keil.com/.../
Tsuneo