I’m developing a midi monitor that listens to 4 of USB MIDI Ports. So I’m using MiosStudio for debug messages on UART0.
I’m made a code change to my app which has stopped USB from working (I changed buffer sizes). Anyhow, to upload fixed code I am trying to upload on the UART0 connection and I have always found that MiosStudio complains that it cannot contact the bootloader even though the query message always works. Is this expected? Is so is there a way to rebuild the bootloader to enable UART0 bootloading?
I suppose I can reset the core using ST Link but I hope I don’t have to!