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

STM32F107 boot loader problems

Hi to all,I am experiencing a nasty problem in programming a STM32F107 MCU.I made a my own board and I use to interface with pc USART1 (PA9 - PA10) and SWD (PA13 - PA14).Using the FlashDownloaderDemonstration, usually I get "No response from the targ...

Download FW via USB

I want to use STM32F103C8 module, and upgrade FW with USB. We do upgrade with UART before. So my question is:1.Can this module upgrade FW with USB?2.Which tool I can use to dowanlod the .bin file via USB? Still the STMFlashLoader Demo tool?DFUSeDemo ...

Resolved! STM32L462 USART3 not working for BootLoader

I am working on STM32L462 MCU. I would like to know about the UART usage for the boot-loader communication with host. By using this MCU, I am able to work with the USART2 but same is not with USART3. Also, attached snapshot shows that for USART3 (PC...

AP_040 by Senior
  • 684 Views
  • 1 replies
  • 1 kudos

IN APPLICATION PROGRAM (IAP) - OTA

Hello,Using stm32f429igt I am Trying to update my firmware online by using OTA (In application program). While searching for an example program I could find one using stm32f4 cube mx (find the attached path). here I don't know how to update it, can y...

Resolved! Build time error Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_def.h:30:23: fatal error: stm32l0xx.h: No such file or directory.

hiEvery time I build my program an error shown as.Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_def.h:30:23: fatal error: stm32l0xx.h: No such file or directory.how to rectify that.I can't find file or directory named "stm32l0xx.h" manually also.tha...

barmy by Associate II
  • 2476 Views
  • 2 replies
  • 0 kudos

STM32 HAL Example for uart

Hi ,I want to communicate STM32L073RZ uart to hyperterminal of pcwhere Rx will be in interrupt mode and tx can be in normal or interrupt modesuch that whenever a person types on PC terminal he can see it and mcu should also take into rxbuffer,I got t...

SA.17 by Associate III
  • 375 Views
  • 1 replies
  • 0 kudos