I am using the S32K3XX freemaster example (the target board is S32K312)
The freemaster example of MBDT can be successfully compiled into the microcontroller
But the value of the variable never change
the pictures are the freemaster setting.
Please help me check what is going wrong.
Solved! Go to Solution.
Hello @jackie_YYY
Inside your FreeMASTER project you should use the serial communication for connecting to the running on target application.
Could you please check the following article (link)? It describes how to use FreeMASTER with MBDT for S32K3, providing details on the blocks functionalities, operating modes, and a demo example on how to inspect variables in your project.
Let us know if this helps,
Irina
Hello @jackie_YYY
Inside your FreeMASTER project you should use the serial communication for connecting to the running on target application.
Could you please check the following article (link)? It describes how to use FreeMASTER with MBDT for S32K3, providing details on the blocks functionalities, operating modes, and a demo example on how to inspect variables in your project.
Let us know if this helps,
Irina
Thanks for the reply, I've had success with freemaster using the serial port .@Irina_Costachescu