Skip to content

Fix Dw3110 initialization function failing on STM32 G474 #1261

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

Merged
merged 1 commit into from
Apr 2, 2025

Conversation

Javask
Copy link
Contributor

@Javask Javask commented Apr 2, 2025

Corrects a bug in the DW3110 driver that causes the initialization function to fail on faster chips. On the F401 it initializes successfully because the device reaches IDLE_PLL in the time it takes to check it once. On G474 it always times out on first power up since the state that is checked against was not updated correctly.

Copy link
Member

@salkinium salkinium left a comment

Choose a reason for hiding this comment

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

Yes, I understood some of those words ;-P
Thanks!

@salkinium salkinium added this to the 2025q2 milestone Apr 2, 2025
@salkinium salkinium merged commit f00ea08 into modm-io:develop Apr 2, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants