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

Change SPI clock? #12

Open
LuisCRSousa opened this issue Dec 17, 2022 · 1 comment
Open

Change SPI clock? #12

LuisCRSousa opened this issue Dec 17, 2022 · 1 comment

Comments

@LuisCRSousa
Copy link

Is the properties to change the clock frequency for SPI exposed?
Can't find it anywhere.

@hanmarco
Copy link

You can change SPI Clock frequency using -D devisor options

parser.Setup<int>('D', "devisor").Callback(x => MpsseDevisor = (ushort)x).SetDefault(2)
.WithDescription("MPSSE frequency devisor");

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

No branches or pull requests

2 participants