We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like in the HAL_SPI_MspInit the NSS pin is not enabled for the nucleo and the inputs should also be pulled up.
TODO: GPIO_InitStruct.Pull = GPIO_PULLUP; and GPIO_InitStruct.Pin = DUT_NSS_Pin | DUT_SCK_Pin | DUT_MOSI_Pin;
Also, add floating SPI communication to the SPI qualification test... This could have been the problem for intermittent failures.
The text was updated successfully, but these errors were encountered:
3a1921d Should have fixed the problem but I think the qualification test should still be updated so I will leave this open.
Sorry, something went wrong.
MrKevinWeiss
No branches or pull requests
It seems like in the HAL_SPI_MspInit the NSS pin is not enabled for the nucleo and the inputs should also be pulled up.
TODO:
GPIO_InitStruct.Pull = GPIO_PULLUP;
and GPIO_InitStruct.Pin = DUT_NSS_Pin | DUT_SCK_Pin | DUT_MOSI_Pin;
Also, add floating SPI communication to the SPI qualification test... This could have been the problem for intermittent failures.
The text was updated successfully, but these errors were encountered: