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

Software License ''Liberty'' v2

Posted on October 30, 2013 at 10:31Hi! I'm just preparing an GPLv2 open source project for release on github. The program runs on a STM32F4 and uses CMSIS, StdPeriph Library and the USB Device Library. I'd like to include verbatim, unmodified copies...

mail_st by Associate II
  • 1281 Views
  • 4 replies
  • 0 kudos

STM32F4 bootloader write

Posted on February 11, 2013 at 08:52Hi all, up to now I  used a MSWindows bootloader application (based on Dale Wheats code) for the STM32F1. Now I also use the STM32F4. I updated the bootloader due to the different erase commands (erase vs. extende...

fatfs f_mkfs usb

Posted on October 31, 2013 at 09:26formatting usb f_mkfs return only FR_MKFS_ABORTED,changed in file usbh_msc_fatfs.c -->disk_ioctl function ////////////////////////////////////////////////////case GET_BLOCK_SIZE : /* Get erase block size in unit of...

Writing to USB Registers

Posted on October 25, 2013 at 10:33 HI, I'm currently using MikroC as my development environment to write a program for the STM32F4 Discovery board which will read the contents of a USB Flash drive using the USB_OTG_FS module. I seem to ...

ST-LINK JTAG and bootloader [STM32F207]

Posted on October 17, 2013 at 10:48We are developing a board with STM32F207 and we are planning to use ST-Link JTAG to download our programs to the internal memory flash of the uC and for debugging.The first problem we have encountered are the BOOT ...

dmg0048 by Associate II
  • 553 Views
  • 1 replies
  • 0 kudos

AN2606 RS232 (presumed dumb question)

Posted on October 11, 2013 at 13:25Hi, If I had a suitable board, I'd just try the obvious, but I don't presently have one. I'm pretty darned sure this is a dumb question, but if I'm wondering, I guess others may do as well, so here goes. In AN2606,...

STM32 Windows USB VCP Driver

Posted on October 09, 2013 at 12:02Hello, I'm currently working on a new board designed around a STM32F407VE without any major problem. I'm using the STM32F407 as an USB VCP device to communicate with a control application running or with a terminal...

levene by Associate II
  • 5052 Views
  • 0 replies
  • 0 kudos

STM32F3Discovery: USB Mass Storage Mode

Posted on October 08, 2013 at 02:35Hello everyone. I am a newbie and learning STM32 step by step. I purchased this Discovery board and set up Keil environment. I tried USB HID demo and now I want to try to get my board get recognized as USB Mass Sto...

awawa by Associate
  • 790 Views
  • 2 replies
  • 0 kudos

STM32F103 and VCP_V1.3.1

Posted on October 04, 2013 at 13:14Hi all ! I did a device using the STM32f103, managed by a GUI from windows PC. I did my protocol and so on.   STM32, after any command, answers with an ACK. Then the PC sends the following command and so on. Now, d...