Other Parts Discussed in Thread: SFRA
Tool/software:
Hello,
I am trying to implement TCM feature on my own using BUCKCONV example code. While debugging without runTCM() method inside ISR I can see the expressions window gettting updated real time.
But as soon as I uncomment runTCM() method and start debugging, the expressions window is not updating at all. I believe it is updated once as I can see the value in the other expressions and it is not continous even though continuous update option is enabled.

Any help please?