STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 Cube USB VCP

Posted on August 18, 2014 at 14:31Hello,I'm trying to get a virtual com port working on the stm32f4 discovery board. This is something that I've managed to do in the past using the old USB libraries and std peripheral libraries. However, since st is...

CMSIS in Discovery board example

Posted on July 11, 2016 at 14:48Hi, I'm using Discovery Board with USB_Device\MSC_Standalone\MDK-ARM project. I'm trying to read sd card written with my Android phone. The result is the image attached. What is the problem? Thanks #usb #sdcard #cm...

0690X00000605IFQAY.png

USB get feature reports with HAL device library?

Posted on August 28, 2015 at 21:03Hello, up to now I used the SPL USB device code and I'd like to switch to the HAL/Cube version now. Unfortunately that only supports setting feature reports. But I'd also like to get feature reports from the device....

mk299 by Associate III
  • 512 Views
  • 5 replies
  • 1 kudos

STM32 HAL_SPI_Transmit/Receive limitation

Posted on July 07, 2016 at 23:41version F4, 1.12 I am interfacing SPI to flash. calling HAL_SPI_Transmit or Receive alone disables SPI_DIRECTION_2LINES. I have to re-initialize it after each call. When using HAL_SPI_TransmitReceive. I have to specif...

alsaleem by Associate II
  • 211 Views
  • 2 replies
  • 0 kudos

Problem with UART interrupt STM32L031

Posted on July 01, 2016 at 12:50Hello xD,I have problem beacuse my stm32L031 is detect the 9200 baude and 1200 baude but after i do not get anything until I have to remain a card and soon several times to reset the card.In Part I initalisation initi...

ibrahim by Associate II
  • 163 Views
  • 0 replies
  • 0 kudos

STM32F4 Cube USB Device library

Posted on January 15, 2015 at 21:02Hi,I have created a HID class device using STM32F4 Cube USB device library.  Everything is working fine and I am able to exchange data with PC.  However, I would like to turn on/off an indicator LED when device is ...

Can I change UART baud rate in run time?

Posted on June 30, 2016 at 20:51Hello.STM32L1. I need change baud rate from 9600 to 115200 on run time.Which sequence?Now:1) Init port on 9600.2) Send command to GPS module for baud rate change to 115200.3) Reinit port on 115200.4) Overrun error rec...

dubanoze by Associate
  • 267 Views
  • 1 replies
  • 0 kudos