Question
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 connections, the debug circuitry of the Cortex-M4 or something like that. Is there a way to do that? Thanks in advance.
