Hello, I have a Xilinx Zynq-7000 device, and I would like to watch a variable in Trace32 real-time, while the target is running.
I have configured the memaccess like so:
SYStem.MemAccess.DAP
I have also tried the %E switch:
Var.View %E my_variable
However, it does not work. When the %E is applied, the value is always 0, without the %E it only works when I break the execution.
What am I missing? Thanks.
Comment (1)