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

STM32 uart communication with Xbee s8

Posted on May 19, 2016 at 19:59Hi all.My product is based STM32F030 and uses Digi Xbee s8 for wireless communication.The Xbee module is connected to microcontroller over UART2. I am using STM cube lib for my development. I am trying to establish com...

STM32F217 - USB FS host mode hub problem

Posted on July 03, 2013 at 15:15Hi, I'm using STM32F217IGH and I'm stuck on a problem with USB FS in host mode. When I'm connecting Low Speed devices through Full Speed hub,  during enumeration, the core generates a port disabled interrupt. The ref...

g_ by Associate
  • 4310 Views
  • 11 replies
  • 0 kudos

DFU File Manager 3.0.4

Posted on May 05, 2016 at 17:52This program told me that it successfully created a DFU file (from a binary file) in the directory path that I provided, but the DFU file was NOT there!!! Where might it be? Has anyone else had this problem? My destina...

Bootloader from flash memory

Posted on May 17, 2016 at 10:04HelloOn a current project where we use multiple STM32F030 micros in a mesh network with 433 MHz tranceivers we would like to make a bootloader. We can only send small chunks of data over the air so we must save the dat...

mvugs9 by Associate II
  • 499 Views
  • 1 replies
  • 0 kudos

STM32F05 USB No more interrupts

Posted on May 11, 2016 at 11:36I found a very interesting situation, I can't explain (so no solution). We have a project and the USB connection is lost. Disconnecting and reconnecting the cable will not solve the situation and after the reconnection...

0690X00000604ePQAQ.png 0690X00000604uWQAQ.png
alin1 by Associate
  • 628 Views
  • 1 replies
  • 0 kudos

USB Device Library. Beginner question

Posted on May 12, 2016 at 12:44Hello friends!I'm working on implementing USBTMC class USB Device Library. The question was how to implement the transfer of bulk-out. According USBTMC specification: ''... If the last data payloadis wMaxPacketSize, th...