How to restart into bootloader (with DFU).
typedef void resetvec(void); void cmd_jbl(BaseSequentialStream *chp, int argc, char **argv) // reboot to bootloader { unsigned int t; (void)argc; (void)argv; (void)chp; resetvec *fun; fun = ((uint32_t *)0x1fffc800)...