Skip to content
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

GPIO Drive Strength Config for SDIO Pins #206

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Conversation

androda
Copy link
Contributor

@androda androda commented Oct 22, 2024

Allows configuration of the SDIO pins' drive strength as another potential mitigation against electrically noisy environments.

The GPIODriveStrength config param under [SDIO] can be set to the values 1 through 4, with a default value of 2.

The mapping is as follows:
GPIODriveStrength=1: 2mA drive
GPIODriveStrength=2: 4mA drive (Pico SDK defaults here)
GPIODriveStrength=3: 8mA drive
GPIODriveStrength=4: 12mA drive

I have tested all of these settings on my 7300 and they all passed benchmarks and copied files without error.

Example INI config:

[SDIO]
GPIODriveStrength=2

@androda androda added the update docs Reminder to update docs on release label Oct 22, 2024
@erichelgeson erichelgeson merged commit 6b3f1b2 into main Oct 26, 2024
1 check passed
@erichelgeson erichelgeson deleted the ConfigSDIO_GPIO branch October 26, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
update docs Reminder to update docs on release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants