You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
STM32bug with drop sync on 2 differens i2s (slave->master or mastrer slave), fixing problen over use exti1 on LRCK hook and on-fly fast reinitialize i2s channels
Hook WS (LRCK) Sync signal on i2s full duplex slave on stm32f411 black pill
use i2s3 as fullduplex slave with HalfWord dma circular without FIFO
use pa1 as EXTI for hook LRCK
wire pa1 with lrck_in i2s3
starting dma transmit
chxematic
About
STM32bug with drop sync on 2 differens i2s (slave->master or mastrer slave), fixing problen over use exti1 on LRCK hook and on-fly fast reinitialize i2s channels