Skip to content

AEDROXH7: fix LED strip DMA conflict with motor outputs#11630

Merged
sensei-hacker merged 1 commit into
iNavFlight:maintenance-10.xfrom
sensei-hacker:add-target-aedroxh7-v2
Jun 7, 2026
Merged

AEDROXH7: fix LED strip DMA conflict with motor outputs#11630
sensei-hacker merged 1 commit into
iNavFlight:maintenance-10.xfrom
sensei-hacker:add-target-aedroxh7-v2

Conversation

@sensei-hacker
Copy link
Copy Markdown
Member

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.).

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.).
@qodo-code-review
Copy link
Copy Markdown
Contributor

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@sensei-hacker
Copy link
Copy Markdown
Member Author

Duplicate of #11629

@sensei-hacker sensei-hacker marked this as a duplicate of #11629 Jun 7, 2026
@sensei-hacker sensei-hacker reopened this Jun 7, 2026
@qodo-code-review
Copy link
Copy Markdown
Contributor

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 7, 2026

Test firmware build ready — commit 511a3cf

Download firmware for PR #11630

1 targets built. Find your board's .hex file by name on that page (e.g. MATEKF405SE.hex). Files are individually downloadable — no GitHub login required.

Development build for testing only. Use Full Chip Erase when flashing.

@sensei-hacker sensei-hacker merged commit 70af840 into iNavFlight:maintenance-10.x Jun 7, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant