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

STM32F072 ISP via CAN (CAN bootloader)

Posted on March 14, 2016 at 10:33Hi,Is there any chance to put STM32F072 to ISP mod and change firmware over CAN bus? I know that microcontroller do not have CAN bootloader by default, but is there some official CAN bootloader or I need to develope ...

kresimir by Associate
  • 465 Views
  • 0 replies
  • 0 kudos

STM32F4 ADC in scan/discontinuous mode using HAL

Posted on March 12, 2016 at 10:13Hi all,I am using STM32F407 device and IAR EWARM.I want to use the ADC in STM32 in the following way: At each 2ms, ADC1 converts 3 channels. let's say ch0 then ch2 and then ch3. After that the ADC stops waiting for t...

hayet by Associate
  • 1228 Views
  • 1 replies
  • 0 kudos

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
  • 6012 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
  • 529 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
  • 982 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
  • 1657 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...