STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL_I2C_Mem_Read_DMA() Locks up the bus

Posted on July 17, 2017 at 21:12I've found that if I try to run the HAL_I2C_Mem_Read_DMA() function and communicate with a device with the wrong slave address, it will hang up the I�C bus.  It leaves SCL set to 0 because it doesn't send the stop bit...

GPIO input problem

Posted on February 01, 2018 at 18:11 Hi, I am a newbie in firmware programming. In my program, which was running on a STM32F446RETx Nucleo board, when a signal arrives at pin PC7, an action is taken place. In principle, it is quite similar to ...