STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 USB Library for WinUSB

Posted on April 10, 2012 at 04:57Does anyone have a demo /  tutorial on how to setup the STM32 USB Library to work with the WinUSB driver.  Jan Axelson's ''USB Complete Fourth Edition'' describes how to setup the descriptor, and how to setup the INF...

Stephen28 by Associate III
  • 5055 Views
  • 12 replies
  • 0 kudos

STM32CubeMX generated code doesn't work?

Posted on November 03, 2017 at 22:21Hello.I want to implement USB-CDC device on STM32F070P6. I've generated the needed code using STM32CubeMX but it doesn't seems to work.I can't see USBD_CDC_Init to be called, thus when the device is flashed I get ...

Transfer data from PC to STM32 using USB HID

Posted on November 03, 2017 at 20:15Hi there,I've developed a USB HID mouse with the STM32F103C8T6 using STM32CubeMX and Keil uVision 5.Everything works fine so far (I've used the default mouse descriptor generated by CubeMX).But now, I've added a L...

STM32F1 reboots with new FreeRtos v9

Posted on November 03, 2017 at 08:54Hi there,I using a STM32F103 in my project and I generate the Keil project with Cube32MX with this firmware package for STM32F1 version 1.4.0.Today I update the Cube to version 4.23.0 and I migrate my project (inc...

Fede Rico by Associate III
  • 333 Views
  • 0 replies
  • 0 kudos

USB device with many interfaces

Posted on October 31, 2017 at 19:17Hi,I want to create USB device but I want to have few interfaces like:- DFU (can be generated with stm32cubemx)- my own iface with bulk transfers- HID (also can be generated by stm32cubemx)But from what I see I can...

USB lib error?

Posted on November 01, 2017 at 15:08i just want to build a HID device with STM32f103,and start with most new USB lib:STM32_USB-FS-Device_Lib_V4.1.0;after carefully reading the demo code of usb_pwr.c, i think one line in below funciton is not correct...

uz slm by Associate
  • 312 Views
  • 0 replies
  • 0 kudos

Problem putting sd card in spi mode

Posted on October 31, 2017 at 13:57I'm trying to connect an sd card to the stm32f091cct6 microcontroller using FatFs driver. After sending some clock while MOSI and CS are high, I send idle command (CMD0) but receive no response from sd card. I pull...