Is there away to access the system bootloader through something like a UART port?
I'm using a STM32 Nucleo F429ZI. I'm wondering if there's a way to access the system's bootloader (not an IAP bootloader) through one of the Nucleo's communication ports (e.g. a UART port), and if this requires any hardware connections like connectin...