STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! No ST-LINK detected - NUCLEO-F429Zi board

Hi, I tryed differents issues to solve my probleme, include this :https://stackoverflow.com/questions/72564141/why-is-my-stm32f407-not-being-recognized-by-computer-windows-10 https://stackoverflow.com/questions/71678792/st-link-v2-detected-as-usb-mas...

image.png image.png image.png image.png
mzi by Associate II
  • 511 Views
  • 5 replies
  • 2 kudos

Is RTOS CMSIS_V2 working with USB Host?

Hello,I tried to convert a test project that worked without RTOS, to use RTOS CMSIS_V2 and is not working with USB Host.I tried to convert a test project that worked without RTOS, to use RTOS CMSIS_V1 and is working with USB Host.Should I use CMSIS_V...

by Not applicable
  • 445 Views
  • 3 replies
  • 0 kudos

Resolved! stm32g0b1 usb host (MSC) flash drive not working

I have a STM32G0B1VET on a test board and tried to use its USB host function to connect a flash drive. It just stuck at the function of "USBH_MSC_SCSI_Inquiry" in file "usbh_msc_scsi.c". It can't pass  the state of below:case BOT_CMD_WAIT:   error = ...

Resolved! Error in "stm32f103xb.h"?

When I compile my project from CubeMX generated project, I get the compile error:../../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h:658:29: error: expected identifier before '(' tokenNow that line reads:#define USB         ((USB_TypeDef *)...

PGild.1 by Associate III
  • 1291 Views
  • 8 replies
  • 0 kudos

Host process of CDC (Virtual Port Com) does not work.

I am using STM32G0B1KC to make a CDC class USB Host.I selected in STM32CubeIDE, Mode=Host_Only (FS) in Connectivity - USB_DRD_FS and Communication Host Class (Virtual Port Com) in Middleware - USB_HOST.Before creating the user program, I checked the ...

JJ4IQV by Associate
  • 1076 Views
  • 7 replies
  • 0 kudos