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: doc/W_DMA.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,11 @@ The method returns a pointer to preconfigured DMA handle.
35
35
36
36
The method returns `HAL_OK` if success or `HAL_ERROR` in case of any issue.
37
37
38
-
Congratulation! Now the DMA channel is configured and initialized, you can attach it to selected peripheral transfer. See the `I2S/examples/Wav_SD_Player/Wav_SD_Player.ino` sketch for example of using the DMA.
38
+
Congratulation! Now the DMA channel is configured and initialized, you can attach it to selected peripheral transfer.
0 commit comments