Skip to content

Commit 0fe39e7

Browse files
committed
Add errata links
1 parent 602f608 commit 0fe39e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/sdio.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ impl<P: SdioPeripheral> Sdio<P> {
247247
.rising()
248248
// Do not use hardware flow control.
249249
// Using it causes clock glitches and CRC errors.
250-
// See chip errata SDIO section.
250+
// See chip errata SDIO section:
251+
// - F42x/F43x: https://www.st.com/resource/en/errata_sheet/es0206-stm32f427437-and-stm32f429439-line-limitations-stmicroelectronics.pdf
252+
// - F40x/F41x: https://www.st.com/resource/en/errata_sheet/es0182-stm32f405407xx-and-stm32f415417xx-device-limitations-stmicroelectronics.pdf
251253
.hwfc_en()
252254
.disabled()
253255
});

0 commit comments

Comments
 (0)