Hi Community,
I want to use the UART Logging backend in my bootloader. Whenever I want to start the actual application via nrf_bootloader_app_start(), the bootloader hangs in nrf_fprintf_buffer_flush in a while loop.
while (m_async_mode && (m_xfer_done == false))
{
}
Can someone help solving this issue?
Best regards,
Nico