STM32 MCUs Embedded 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
  • 284 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...

How to get work SPKR_OUT on STM32F469I-DISCO

Posted on September 18, 2017 at 08:00Hi all,I'm trying to get work speaker output on my Discovery kit (STM32F469I-DISCO) but not succeed yet. I have connected https://www.gme.cz/reproduktor-ls45n-3-r8-45mm-8ohm-1w on pins 15 and 16 of extension conn...

Get USB CDC VCP connection status in mcu?

Posted on October 27, 2017 at 21:35I am using STM USB CDC VCP middleware stack on STM32F777II mcu where I wanted to know if there is a function or way to know whether the device (mcu application) is successfully connected to the windows PC or not?#u...