Is it possible to monitor the program counter (PC) at runtime through GPIOs (STM32F429 MCU)?
Hi, I'm using STM32F429 microcontroller and I would like to program a subset of GPIOs for automatically shadowing the value of the program counter (PC) at every clock cycle WITHOUT interrupting the CPU activity, maybe exploiting the bus matrix connec...