I2S on STM32U5xx #75565
-
I want to use I2S on the STM32U585. I have tried to use (and modify) the existing drivers, but I was not successful. Can I use the i2s_ll_stm32 for the STM32U5xx? Or is the architecture of the U5 different that I can not use that driver? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @chrisschir,
No you cannot. The actual implementation is only for MCUs that have a muxed I2S and SPI #72154 (comment) |
Beta Was this translation helpful? Give feedback.
Hi @chrisschir,
At the moment there is no SAI support for STM32U5
No you cannot. The actual implementation is only for MCUs that have a muxed I2S and SPI #72154 (comment)