This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

analize and validate µC internal signals

Hello

I'm working with Keil µVision V5.38.0.0 and XMC4500 and implement a synchronized ADC conversion.

Due to the internal handling of the VADC control I'm not sure if it works correctly.

Is it possible to catch a µC internal trigger signal to show in a graphical analyze window?

Tanks for help

Best Regards

Robo

  • Hi Robo.

    You can try catching changes in peripheral register that is responsible for triggering of the ADC, or you can make your helper variable and change that on interrupts if you have such capability.

    Best regards, Milorad