STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unable to configure serial port Error for USB CDC

Posted on March 08, 2016 at 00:24The target is a custom board based on the STM32F373VC. The project was created by STM32CubeMX with the USB Communications Device Class option enabled.Windows 7's Device Manager shows the connection is working. This i...

spflanze by Associate II
  • 5639 Views
  • 6 replies
  • 0 kudos

Bootloader USART pinouts

Posted on March 10, 2016 at 14:47I want to use the bootloader via USART2 (PD5/PD6) - except my USART2 is mapped onto PA3/PA2Is there any way around this? #bootloader #stm32

gbigden by Associate III
  • 474 Views
  • 1 replies
  • 0 kudos

USB HS Failure to ACK Bulk OUT packet

Posted on March 09, 2016 at 15:55 Hi All, I'm working on a STM32F429-based USB HighSpeed peripheral which exchanges MIDI data with a host computer.If you're not familiar with MIDI, don't worry about it - just know that in the land of USB ...

0690X00000604tnQAA.png
cnicolls by Associate
  • 880 Views
  • 1 replies
  • 0 kudos

usb enumeration errors, new project from cubemx

Posted on July 22, 2015 at 19:03Hi, i have an discovery STM32F407 board, using cubemx (4.9.0), opened new project for the STM32F407 discovery board. enabled USB_OTG_FS ''Device Only'' mode without SOF and without VBUS. Selected the CDC class, the cl...

netanelu by Associate III
  • 1501 Views
  • 5 replies
  • 0 kudos

STM32F4 : Usb flash drive and fatfs

Posted on March 03, 2016 at 10:49Hello, My 4GB usb flash drive works perfectly fine with FATFS and STM32Cube. However, my program is not able to make a read/write operation on the other usb keys. Actually, f_mount function returns ''FR_OK'' and I c...

USB audio has more than two interfaces

Posted on March 02, 2016 at 23:34STM examples of USB audio are all has two interfaces(one is for control). If the number of interface is bigger than 2, is there any change in usbd_audio_setup function. How to deal with this situation?  #usb

fangdu by Associate II
  • 316 Views
  • 0 replies
  • 0 kudos

STM32L0 SPI + DMA + interrupts = Problem

Posted on February 28, 2016 at 16:16Hallo, I have a problem with SPI and DMA in interrupt mode. on my stm32l053. When I start SPI transmition, SCK and NSS pins looks ok, but there is nothing at MOSI line. I checked DR register but it is 0 during who...

fiske23 by Associate II
  • 1300 Views
  • 7 replies
  • 0 kudos