I'm using S32K144 EVB, with Matlab R2019b and MBDT V4.2. I'm able to build and successfully generate the .mot file, the .elf file for the GPIO example of S32K144.
I'm using a 'PEMicro Multilink Universal FX' debugger with S32Design studio, using the Flash option, for flashing the board, Disabled auto-build, and select the generated elf that I wanted to flash. (which is GPIO example .elf file in my case) Here's a thread I followed - (https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/Flashing-S32K144-with-PEMicro-Multilink-fr...)
I'm successfully able to flash the .elf to S32K144 EVB using S32DS and the debugger mentioned above.
Expected output: During execution, LED is blue and by pressing SW2, the LED changes color to Green. On the board, I'm seeing the expected output as per the example.
I wanted to check the status of the switch SW2 being used in the example using a real-time debugging tool - FreeMASTER.
I've got the latest version (FreeMASTER 3.1) installed along with FreeMASTER Serial communication driver V2.0
I also got P&E Micro drivers, P&E Multilink Universal installed and everything is up to date as per my knowledge.
I open Freemaster, go to 'options' from the 'Project' menu to connect via 'plug-in' and 'Configure' options since I am using a debugger. I've attached a picture of the error I'm seeing.
It says "Could not instantiate communication plugin object" whenever I try to go under "Project>Options>Configure"
Please help me as to why it is not able to instantiate the plug-in and what I might be missing.
Thank you!