cortex-gnat-rts
cortex-gnat-rts copied to clipboard
Can’t allocate memory in interrupt context
The underlying FreeRTOS memory allocator asserts that it’s not in an interrupt context. This means you can’t new inside a protected handler.