I am using the non-blocking configuration of the debug console (DEBUG_CONSOLE_TRANSFER_NON_BLOCKING) because I need to be able to poll for input without blocking. However, I would like to output information from my hardfault handler. Is there a way within the debug console to cause buffered output to be transferred out of the debug console UART while in a hardfault (which blocks interrupts)? In previous projects, I have directly called the UART's ISR until the output buffer was empty, but it seems like there should be a way to do it within the fsl_debug_console library.