cortex-gnat-rts icon indicating copy to clipboard operation
cortex-gnat-rts copied to clipboard

Can’t allocate memory in interrupt context

Open simonjwright opened this issue 8 years ago • 0 comments

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 avatar Aug 06 '17 10:08 simonjwright