Commit 511a3cf
committed
AEDROXH7: fix LED strip DMA conflict with motor outputs
dmavar=0 maps to DMA1 Stream 0, which is already claimed by M1 (TIM8_CH2).
When DSHOT is active, the LED strip silently fails to initialize because
its DMA stream is already owned. Change to dmavar=8 (DMA2 Stream 0),
matching the pattern used by other H7 targets (MATEKH743, MAMBAH743, etc.).1 parent 18af8b3 commit 511a3cf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments