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

Virtual com port driver problems

Posted on January 14, 2016 at 14:05Hi, We have had a product released for a little while that has been working well, with a STM32F4 communicating to a PC over virtual com port. We have had some issue recently so I am revisiting this.The first thing ...

Migrating code from one STM32F0 micro to another

Posted on December 17, 2015 at 22:55I am developing code on an STM32F072B-DISCOVERY board that I wish to use on an STM32F031F4P6 micro.  I downloaded STM32CubeF0, found an I2C example that I can use on the Discovery board, built it, modified it, and...

larry23 by Associate II
  • 1138 Views
  • 5 replies
  • 0 kudos

STM32F0 VCP with Cube-generated code?

Posted on October 10, 2014 at 21:18First off, I'm relatively new to microcontroller programming, so please bear with me here.I'm trying to get two-way communication going over a VCP between a device that has an STM32F042 MCU and PuTTY. I've generate...

esimon by Associate II
  • 970 Views
  • 3 replies
  • 0 kudos

STM32CubeF1 I2C DMA Driver Questions

Posted on January 08, 2016 at 17:15I am attempting to port the ''I2C_TwoBoards_ComDMA'' example project to run on a different target board (ZMDI ZWIR451x Development Board) using Rowley CrossStudio as an IDE.  This target has an STM32F103RC micro.Af...

clark2 by Associate II
  • 699 Views
  • 3 replies
  • 0 kudos

DfuSe and Windows 7

Posted on January 08, 2016 at 15:11I am trying to get the DfuSe application to work with my STM32 F0 discovery board (running a STM32F051R8T6 micro).  I am using a Windows 7 x64 OS.  Essentially my issue is that the Discovery board is not recognize...

0690X00000605ItQAI.png
cpaye by Associate II
  • 1033 Views
  • 4 replies
  • 0 kudos

Product Level Bootloader

Posted on January 07, 2016 at 20:58Hi, Are there any reference designs for how to implement Boot0 in an end-user product. The boot0 pin is not available external of the product casing. Is there any auto-detect/MOSFET kind of method? Regards, Tom ...

USB OTG Host AND USB HID Device

Posted on January 07, 2016 at 20:11Hi, I am wishing to develop a product that could be auto-detected as a USB OTG Host if for example plugged into an Android device OR would be detected as a USB HID device is plugged into a PC. Ideally in either cas...