STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

Reading unavailable pin.

Hi,I have a program that will run on STM32G030C8 or STM32G030K8. C8 has a 48pin case, K8 - 32pin. The PC13 port is available in C8, there is no output in K8. If I read this pin in K8, it always returns 0, regardless of whether I turn on the pullup. W...

RB.3 by Associate
  • 585 Views
  • 3 replies
  • 2 kudos

Resolved! How to clear internal SPI TX buffer in slave mode after transaction cancellation? SPI used in slave mode with DMA circular buffer.

Hello. I am using STM32F407VG controller. I have to transfer data from another device via SPI interface. STM32 SPI is used in slave mode, circular DMA enabled. Devices are connected via joint.In some cases I need to resynchronize data exchange. At th...