STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Slow RTC

Hi all,I'm using STM32F429 on a custom board which is running a TFT LCD and RTC is running slow compared to the computer clock. 8MHz crystal is connected to HSE but currently, LSE is using an internal clock. My question is: Can I connect the external...

Ofaro.1 by Associate II
  • 4057 Views
  • 8 replies
  • 0 kudos

How HAL I2C slave works?

I'm trying to do I2C Slave but I totally don't understand how to implement it using HAL.I have a good record of data in Slave.But but when I use HAL_I2C_Slave_Sequential_Transmit_IT I get a HAL_BUSY error.What should I do? I looked at the examples bu...