STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB HID with proprietary VID

Posted on February 19, 2015 at 14:00I've implemented a USB-HID device, based on the example provided by ST (STM32_USB-FS-Device_Lib_V4.0.0\Projects\Custom_HID).The project requires I use a VID which is not STM's, so I aquired a VID from usb.org, and...

boaz by Associate II
  • 321 Views
  • 0 replies
  • 0 kudos

Description of STM32F2xx HAL drivers

Posted on August 11, 2014 at 18:28Is there any description of HAL library for STM32F2s.I found the UM1725 documentation but only applies for STM32F4s.Anything similar for STM32F2s???Thanks, #stm32f2 #hal-library

eduardo2 by Associate II
  • 563 Views
  • 4 replies
  • 0 kudos

USB CDC with flow control

Posted on February 19, 2015 at 08:25The example provided for Virtual COM over USB (STM32_USB-FS-Device_Lib_V4.0.0\Projects\Virtual_COM_Port) does not include UART flow control. The UART module is hard-coded to not use CTS/RTS, and when the UART-->US...

boaz by Associate II
  • 291 Views
  • 0 replies
  • 0 kudos

DMA Support in STMcube

Posted on January 30, 2015 at 15:53I am just integrating new STMcube for my project on STM32F4. I want to use DMA on USART1 without any interrupt. But i had a look at STMCube library, It uses Interrupts in DMA. Any thoughts  how can i make DMA work...

dhiry2k1 by Associate II
  • 524 Views
  • 3 replies
  • 0 kudos

STM32F0 USB CDC Class from CubeMX

Posted on February 18, 2015 at 14:44Hey all,I'm trying to implement a USB CDC device on an STM32F072B-Discovery (uses the STM32F072RBT6 device) to simply send some values over to the serial console. I've not had much luck with this using the code ge...

Endless interrupts in VCP USB STM32L

Posted on February 12, 2015 at 13:23Hi, I use the USB VCP (based on VirtualComport_Loopback) in STM32L152VE. I disabled suspend (''__IO bool fSuspendEnabled = FALSE;'' in usb_pwr.c). If the USB cable is disconnected I get endless suspend interrups (...

igal by Associate II
  • 782 Views
  • 4 replies
  • 0 kudos

stm32f4 reprogramming from externan nand memory

Posted on January 21, 2015 at 18:13Dear All, I know that the question about jumping to the bootloader of STM32 without boot0/1 has been answered many time especially by clive1. My goal is to reprogram STM32F4 from the attached external NAND memory (...

davhak by Associate II
  • 1130 Views
  • 9 replies
  • 0 kudos

Using internal flash memory as FatFs drive

Posted on February 13, 2015 at 13:56 I'm trying to make internal flash on STM32F051xx to be seen as a drive. This is the code on the top level: char USER_Path[4]; /* USER logical drive path */ FATFS USER_FatFs; /* File syste...

dscdsc by Senior
  • 1857 Views
  • 5 replies
  • 1 kudos