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

STM32H7 I2S HAL bugs

Posted on June 22, 2018 at 15:58There seem to be some bugs in the H7 HAL library.Firstly HAL_I2S_Receive_IT() causes a HardFault because, as far as I can see:1) OVR flag is not cleared2) in `HAL_I2S_IRQHandler()` there is an attempt to call ` hi2s->...

Azure Device Update

Hi guys,I'm currently trying to figure out how to flash a new software update on a Discovery kit STM32 B-L4S5I-IOT01A (dual flash bank) via Azure IoT Device Update. I've followed Microsoft's example on Github (link) and it works. What I have trouble ...

ethernet on stm32f439

Hello,I made with cubemx an ethernet project for the stm32f439 (custom Board), but it doesn't works. When i just use the stm32f407 Discovery Board with the same project, it works without any change. The custom board has the same DP83848 Phy. I read t...

Resolved! Unexpected UART interrupt in STM32G0

Hi All,I'm facing a strange issue on UART, I generate the code by CubeMx for UART functionality, UART is working fine but when ever i remove the TTL (Serial to USB) and keep Rx pin float, UART interrupt occurred continuously and main application stop...

vchau.2 by Associate III
  • 1193 Views
  • 3 replies
  • 0 kudos