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 function on the STM32Cube

Posted on October 02, 2015 at 05:14Hi, I'm making CDC device function on the STM32Cube and STM32F4Discovery. (Using STM32CUBEMX) But the USB communication between above and PC(Windows 7 32bit) is interrupted as ''STALL'' after GET_DESCRIPTER(DEVICE ...

STM32Cube_FW_F0_V1.3.0 BUG report/fix

Posted on September 22, 2015 at 21:55Channel ADC_CHANNEL_VREFINT  does not work because it is not enabled in the register CCR --- STM32Cube_FW_F0_V1.3.0/Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_adc_ex.h.orig 2015-06-25 23:53:50.000000000 +0300...

stm by Associate
  • 678 Views
  • 2 replies
  • 0 kudos

Differences between CDC and VCP??

Posted on October 02, 2015 at 11:33Hi, I'm trying to communicate my board Olimex (STM32F407) with the PC through the USB-mini, using ST Device libraries. Do not understand the difference between VCP and CDC. Can anyone help me and give some advice ?...

vlr by Associate II
  • 1737 Views
  • 1 replies
  • 0 kudos

[Bug] CubeMX generated USB Host file for MSC has typo

Posted on September 30, 2015 at 12:30In the file ''usbh_msc.c'' generated for STM32F407/427 there is typo in line 446:446            if((phost->Timer - MSC_Handle->timer) > 10000)447            {448              MSC_Handle->unit[MSC_Handle->current_...

bas86 by Associate II
  • 695 Views
  • 2 replies
  • 0 kudos

Bootloader Program for MAC OS

Posted on November 18, 2014 at 20:31I have the DeFuse project working for bootloading an STM32 part.  This works fine for the Windows environment.  I'm interested in what people do for the MAC/Linux platforms?  I know you can run Windows programs fr...

chrisk by Associate
  • 1058 Views
  • 2 replies
  • 0 kudos