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

Command line Hex to DFU

Posted on May 30, 2011 at 10:46Does anyone know of a way to create a DFU file from the Windows Command prompt. I need to automate the generation of the DFU file from within a Makefile. Thanks Cosma #makefile #command-prompt #dfu

USB host CDC for contactless card reader

Posted on June 27, 2017 at 15:34Hi,I try to made a project with a Nucleo STM32F746ZG card.I search an example for made an USB host for a contactless card reader. i try to made a Virtual Com port on the card.Can you help me with an example ?Thx#stm32...

Incorrect work f_mkdir() FatFs SD SDIO

Posted on September 14, 2016 at 14:53Hi, everybody! SD 2Gb connected by SDIO to stm32F407. FatFs. f_mount(), f_open(), f_write(), f_close() work well. But f_mkdir(''DR'') creates failed directory. Its name - ''DR. 1'', and if i try to open it, the m...

STM32F7 HS over FS USB

Posted on June 30, 2017 at 05:39Board: Nucleo F746ZGI configured USB for CDC Class over FS, and I was able to enumerate as a tty.usb serial device.However, I need to configure HS over FS for an application. On STM32F4, I have been able to do so for ...

SW4STM32 Precompiler bug with MEMP_ macro (LwIP)

Posted on July 18, 2017 at 20:26HelloI have made a few projects using the CubeMX that include LwIP. Each time I had compiler errors concerning MEMP_  defines which are marco-generated. If I would use any feature that require the use of one of these ...

andy b by Senior
  • 479 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F7 HAL_Uart_receive_IT revisited

Posted on July 12, 2017 at 18:03STM32F7 HAL_Uart_receive_IT trying to receive and process one byte at a time, and like many others in the forum, I get one byte ok, then the HAL Receive Callback routine will not run again. Here are the basic code pie...