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