STM32 MCUs Embedded 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...