Resolved! Is it possible the create an interrupt with the ST-Link V2 during runtime?
I am using the STM32411CC MCU for reading a signal from a GPIO IDR, process it, and write it to a GPIO ODR. An interrupt routine is a suitable method for signal processing on demand. Question: how can the host computer create an interrupt during runt...