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 hal library warning with C++14

Posted on November 30, 2017 at 23:33Hi all,I am using stm32 HAL library in a project with C++14 enabled. It issues me the following warning which I can't get rid of.../platform/stm32/l4/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rcc.h:735:57:warning: co...

Mixing HAL and LL for STM32F446

Posted on April 22, 2018 at 14:39Hi there!I have a bit of code, which was initialized using CubeMX and now I want to use a mix of HAL and LL (use LL for transmitting, use HAL for everything else). Currently I have tried to generate CubeMX code and j...

Resolved! How to connect several USB devices to STM32 as host?

Posted on November 27, 2017 at 18:18I have a design with a STM32F446ZC acting as USB host only, and need to attach at least two low speed HID devices (kbd, mouse). On the schema, one HID device is connected to PA9, 11, 12. The Cube agrees to this.An...

Pavel A. by Super User
  • 4429 Views
  • 9 replies
  • 0 kudos

new unprogrammed STM32F303xC into DFU mode

Posted on April 19, 2018 at 21:27If I buy a new STM32F303xC and solder it to my board, will it power up in DFU mode? Is it required to pull BOOT0 high to enter DFU mode? I would like to do first-time programming without manually using a jumper.#new-...

STM32H7 LWIP cache bug + fix

Posted on March 26, 2018 at 12:54 I have a Nucleo-H743ZI board that I'm running some ethernet code on, that I based on the LWIP example applications. The problem was that I could only ping it once on every reset. The problem went away when I disa...

Resolved! UART DR vs TDR/RDR registers

Posted on April 16, 2018 at 17:30I don't understand something, what's the point of TDR and RDR registers if during the Receive and Transmit functions they read/write into the DR register.Moreover UART is normally full duplex but if we read/write int...

oldone by Associate II
  • 5692 Views
  • 7 replies
  • 0 kudos