Hello everyone,
I use S32K311 chip to write a program and it can run normally, but when I use freemaster to observe the global variables, I find that the global variables observed in freemaster are different from the results I want, and the values will not change, and the values are very different. May I ask why?
Hi @DouDou1,
Can you check those variables definitions and confirm whether their address, type and size match your embedded application variables:
They also should be shown as decimal (DEC) - see top right corner of the Variable view.
Just to make sure - are you using any transformations ?
Thank you,@iulian_stan,
When I upgraded JINK to V7.96e, the problem was resolved.Thank you for your help.