2025-02-10 06:08 AM - last edited on 2025-02-10 07:29 AM by SofLit
Hi team,
I am using STM32F7 for my work, am facing one issue regarding USB CDC Class, whenever am using it without enabling this macro everything is working fine, however as soon as i enabled this macro system will stop working itself, it will not even detect the device. Is there anything additionally i need to do to enable this.
#define USBH_USE_OS 1U
As per my knowledge , when am not using this OS enabled USB , I am calling this USBH_Process() within infinite loop. and after enabling it , no need to call this function inside infinite loop ryt? Kindly help me to clarify these doubts.
Regards,
Shikamaru