As mentioned FreeMASTER support real-time debug monitor and data visualization tool that enables runtime configuration and tuning of embedded software applications.
I tried to connect NXP microcontroller and FreeMaster through PE micro multi universal debugger for monitoring the variable at run time. But i cant make it proper.
Is is possible to use FreeMASTER using PE micro multi universal debugger for monitoring data?
Solved! Go to Solution.
There are two important points:
Regards,
Michal
Hello,
from your screenshot it seems like a problem in FreeMASTER installation. The communication plug-ins are probably not installed properly. You can confirm this by going to Project/Options - the drop-down list of Plug-in modules will probably be empty in your case:
How to fix the installation:
Regards,
Michal
Hi @MichalH
Thanks for the quick response.
As you said " Project/Options - the drop-down list of Plug-in modules will probably be empty in your case " was correct and followed the step you mention, after that can able to see the plugin in FreeMASTER. when i try to run with the mention setting (i.e, FreeMaster P&Emicro communication plugin (Cortex-M, power pc, HCS08/12, Cold fire) ). but again got an error message.
Is is possible to use FreeMASTER with P&Emicro debugger? for that any lib should be added in project file ?
The error you show now in the screenshot is reported by the P&E Micro debugging function already - it seems the P&E probe cannot connect to the target MCU.
Thanks,
Michal
Hi @MichalH
once I flash my microcontroller after that i just connect with FreeMASTER. but it show an error
MCU is used is S32K3 series
P&E micro Multilink universal FX
IDE used S32 Design studio
Regards,
Stark_
There are two important points:
Regards,
Michal
Hi @MichalH
Connection are done
when i start the communication popup show for for load the executable file, I also load the .elf file which is created in my project.
but how to import the variable that are used in my project?
Regards,
Stark_
OK, so the connection problem is resolved.
For general use of FreeMASTER, please refer to User Guide. In short: you have used the ELF file to load symbols; now you need to create so called FreeMASTER Variables, where you select a symbol/address, size, reading period, format, etc. to be displayed in FreeMASTER. Once you have the FreeMASTER variables defined, you can observe them in a grid or in graphs.
Please close this thread as the initial issue has been resolved. If you have any questions on general FreeMASTER usage after reading the User Guide, please start a new thread on this forum.
Regards,
Michal