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

Add fallback mechanisms for SPI peripherals #294

Open
1 of 4 tasks
PatrickKa opened this issue May 26, 2024 · 0 comments
Open
1 of 4 tasks

Add fallback mechanisms for SPI peripherals #294

PatrickKa opened this issue May 26, 2024 · 0 comments

Comments

@PatrickKa
Copy link
Contributor

PatrickKa commented May 26, 2024

Description

We have startup checks to see if the SPI peripherals (FRAM, EPS, Flash, and RF) are working. If there is a problem with any of those, except for the RF module, we still want to run our SW. Therefore, we need to check if a peripheral is working before we use it and, in case it isn't, have some fallback implementation that gets executed instead.

Fallback mechanisms for SPI peripherals:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant