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

STM32L452 bootloader reset by PA0

Hello,I believe I have a rather curious situation. I was able to jump to the device embedded boot-loader (USB) which works nicely. However if button connected to PA0 is pressed (rising edge), the boot-loader reboots to main code. Pin PA0 is previousl...

STM32L4 USB CDC Device

Dear,I have an issue working with STM32L4 USB CDC Device. So I have two separate projects of this. I configure USB CDC Device on the first prooject (COM6), and everything works fine. I then work on another project with a different configure on USB CD...

TNguy.10 by Associate II
  • 541 Views
  • 0 replies
  • 0 kudos

STM32F429 hardfaults in __libc_init_array after jumping to application's Reset_Handler from bootloader. Why?

I’m creating a custom USB HS DFU bootloader for my STM32F429 project, using arm-none-eabi-gcc together with the CLion IDE. I’m having trouble jumping to the application code from the bootloader.The CLion project consists of a bootloader target and a ...

timistof by Associate III
  • 2053 Views
  • 7 replies
  • 0 kudos

Resolved! DMA and UART not triggering completion INT sometimes

Hi,I'm using serial communication with DMA and sometimes the transmission complete interrupt is not triggered (HAL_UART_TxCpltCallback) the issue happens every few minutes, or every several hundred transmissions. I saw https://community.st.com/s/ques...

mur by Associate III
  • 1619 Views
  • 5 replies
  • 0 kudos

usb host fat32 does not work with freeRTOS

I have stm32f429discovery and i used stm32cubeMx to set up usb host with fast32. when I connect flash it works OK. but when I configure freeRTOS it didn't work. when i debug it, I found that the "id" in "USBH_UserProcess" function is "HOST_USER_CONNE...

Javad by Associate III
  • 586 Views
  • 0 replies
  • 1 kudos