Skip to content

Fix FlywooF745 HEX target for BF4.5+ #740

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Fix FlywooF745 HEX target for BF4.5+ #740

wants to merge 2 commits into from

Conversation

ot0tot
Copy link
Contributor

@ot0tot ot0tot commented Apr 2, 2025

Target failing to boot because bitbang was enabled with motors spread over 4 ports. Disable bitbang and fix DMA assignments so that timer based DShot can be used with six motor outputs.

Target failing to boot because bitbang was enabled with motors spread over 4 ports. Disable bitbang and fix DMA assignments so that timer based DShot can be used with six motor outputs.

//TIMER_PIN_MAP( 7, MOTOR7_PIN, 1, 0) \
//TIMER_PIN_MAP( 8, MOTOR8_PIN, 1, 0) \
//TIMER_PIN_MAP( 9, LED_STRIP_PIN, 1, 0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
//TIMER_PIN_MAP( 9, LED_STRIP_PIN, 1, 0)

@ot0tot
Copy link
Contributor Author

ot0tot commented Apr 2, 2025

User reported an additional error with some motors, I'm investigating. Please hold off on the review.

Support ID for the record: https://build.betaflight.com/api/support/d3347b55-25ae-45bd-a2f3-6f6d95669d01

@haslinghuis haslinghuis marked this pull request as draft April 2, 2025 17:32
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.

2 participants