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

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
  • 314 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...

CubeMX project in Keil

Posted on July 12, 2017 at 04:17I can not import CubeMX project in Keil.Problem: The following device family packs are required  by the project   Keil:STM32L0xx_DFP:1.6.0. I have checked from installed packs. it is already there#stm32cube-bug

Resolved! STM32 USB device : First data byte always missing after device initialization and enumeration

Posted on October 25, 2017 at 08:47Hi,I am using STM32F401RE. For my USB device application I used DFU class stack from STM32cube mx.I have ported stack to my application,It is working fine but I always misses first byte received after initializatio...