STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB MSC write problem

Posted on December 29, 2015 at 16:18Hi everyone,I have some problem with my STM32F105RC board.for USB MSC application.I can write usb stick perfectly but some usb is problem and I can not write. That's why USB always busy with something and I take a...

Read DSTS register value

Posted on December 28, 2015 at 09:41 Hi, I need read DSTS register value (more precisely FNSOF value). I am using the newest version of STM_Cube and I have a problem with that. Could you see if my idea is correct? #define US...

STM32F4 FatFs middleware problem with f_open();

Posted on December 24, 2015 at 02:34Would like to know if anyone comes across pointer crash when using f_open()?Background:Our project's configuration include FatFs and USB Host, and the LSE and HSE are 32.7KHz and 8MHz respectively. The media used ...

suilarso by Associate II
  • 1290 Views
  • 6 replies
  • 0 kudos

STM32 HID with HALL

Posted on December 27, 2015 at 21:37 Hello, i am creating car headunit from tablet, and USB OTG functionality allows to control tablet with STM I would like to get few commands, like SLEEP, WAKE, volume up/down, pause, play, next song, p...

STM32F072-Discovery Virtual Com Problem

Posted on December 25, 2015 at 19:48 Hi, I've been struggling to make a working program, that would allow my board to communicate with the computer. So far I reviewed a lot of examples but I still have problems to do so. I managed to connect the...

cravaour by Associate II
  • 475 Views
  • 1 replies
  • 0 kudos

STM32F042 USB VCP not working

Posted on December 10, 2015 at 06:49I have generated code with STM32CubeMX which should enable VCP support for STM32F042, but USB still doesn't work. Until USB device is initialized in code, windows shows device as ''Unknown USB Device (Device Descr...

ajargans by Associate II
  • 1992 Views
  • 9 replies
  • 0 kudos

Dual CDC with STM32_USB-FS-Device_Lib_V4.0.0

Posted on December 24, 2015 at 08:25Hello,Is there anybody who have Dual CDC  keil project with usb library v4.0.0?I have dual cdc example v3.1.1 but it have a bug when send data  usart to usb.I tried to change v4.0.0 to dual myself by help of this ...