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

Can’t allocate memory in interrupt context #3

Open
simonjwright opened this issue Aug 6, 2017 · 0 comments
Open

Can’t allocate memory in interrupt context #3

simonjwright opened this issue Aug 6, 2017 · 0 comments
Labels

Comments

@simonjwright
Copy link
Owner

The underlying FreeRTOS memory allocator asserts that it’s not in an interrupt context. This means you can’t new inside a protected handler.

@simonjwright simonjwright changed the title Can’t use new in interrupt context Can’t allocate memory in interrupt context Aug 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant