Commit b19fbb0
authored
Add TX DMA implementation for SPI3 (#264)
* Add TX DMA implementation for SPI3
DMA2 channel 2 was selected after referring to the "DMA request mapping"
section of the reference manual (section 13.3.7).
Tested locally with a large number of LEDs and works well.
* Feature gate connectivity-line-only DMA channel import in spi mod1 parent 1d9ec16 commit b19fbb0
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
39 | | - | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
585 | 587 | | |
586 | 588 | | |
587 | 589 | | |
| 590 | + | |
| 591 | + | |
0 commit comments