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
Copy file name to clipboardExpand all lines: README.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
# STM32 I2S driver
2
2
3
-
This library provides a driver for I2S communication using the SPI peripherals on some STM32 microcontrollers.
3
+
This library provides driver and abstractions for I2S communication using the
4
+
SPI peripherals on some STM32 microcontrollers.
4
5
5
6
## Differences between STM32 models
6
7
7
-
According to application note [AN5543](https://www.st.com/resource/en/application_note/dm00725181-enhanced-methods-to-handle-spi-communication-on-stm32-devices-stmicroelectronics.pdf),
8
-
there are four major versions of the SPI/I2S peripheral used on STM32 microcontrollers:
0 commit comments