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

DRV8308-Testprogram - too high spi frequency #144

Open
Loevenich69 opened this issue Aug 2, 2021 · 0 comments
Open

DRV8308-Testprogram - too high spi frequency #144

Loevenich69 opened this issue Aug 2, 2021 · 0 comments

Comments

@Loevenich69
Copy link

To the noble gentlemen of the cultivated lawn

Please check the test program for the DRV8308.
There are 10 MHz SPI frequency mentioned. But it should be only 1MHz.

Source: ardumower/code/Brushless/DRV8308_SPI_Nano/DRV8308_SPI_Nano.ino
Line 77: SPI.beginTransaction(SPISettings(10000000, MSBFIRST, SPI_MODE0));
xxxxxxxxxx
should be
SPI.beginTransaction(SPISettings(1000000, MSBFIRST, SPI_MODE0));

Best regards, Rolf

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

1 participant