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

HAL_ppp_MspInit in library project

Posted on April 24, 2018 at 15:00Hi guys,I've just started working on an ST32F4 mcu, with the ST32F429I DISCOVERY demo board.Just one question about HAL_ppp_MspInit() functions: can they be implemented in a source file of a library project?I've trie...

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
  • 4022 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-...