STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Adding USB MSC without CubeIDE ioc to Project

I need to add USB MSC to a project that was created without an ioc file. The current project contains USB CDC already, so the USB core is already in place. I just need to swap the CDC for MSC. I would have thought that I could change a few assignm...

tangotoo by Associate II
  • 592 Views
  • 2 replies
  • 0 kudos

USB connected only after reset

My H7 board has a strange issue: if I connect it to USB, Windows recognizes it (PRODUCT ID & VENDOR ID are correctly shown) but no communication (by CDC_Transmit_FS()) happens: CDC_Transmit_FS reports me BUSY_USB.If I reset (by the pushbutton) my boa...

Determine USB-cable connected/disconnected status and transmit-in-progress status without being dependent on interrupts?

I'm working with the Nucleo-64 development board with an STM32L476 microcontroller and I'm using the USB source code that STM32CubeMX has generated for me. In my project the peripheral interrupts have the same priority as OTG_FS_IRQHandler and hence,...

arnold_w by Senior II
  • 423 Views
  • 1 replies
  • 0 kudos