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

Critical section implementation #1

Open
ImUrX opened this issue Jan 18, 2023 · 0 comments
Open

Critical section implementation #1

ImUrX opened this issue Jan 18, 2023 · 0 comments

Comments

@ImUrX
Copy link

ImUrX commented Jan 18, 2023

By default cortex-m uses critical-section-single-core which is unsafe because it disables interrumpts. If I want to use just the HAL without the SDK. This should be safe because I'm not using interrumpts but in the case of using the SDK I think it's needed

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