Hello @Robin_Shen
One thing is that my reset LED has already been fixed(https://community.nxp.com/t5/NXP-Model-Based-Design-Tools/NXP-S32K144-Red-LED-Continuously-ON/m-p/12...)
I did go through the thread you've shared. Looks like that user in the thread is working with OpenSDA. Well, I'm not using OpenSDA. But then I did try dropping it in the USB drive for EVBS32K144. RGB LED started glowing. Then I tried dropping the GPIO example .mot file with USB and it works fine, I see the blue LED glowing as per what the example says. But, I don't want to use the OpenSDA method. I want to use the debugger.
I'm using S32K144 EVB, with Matlab R2019b. 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 the debugger and S32DS.
During execution, LED is blue and by pressing SW2, the LED changes color to Green. On the board, I see the LED glow.
I wanted to check the status of the switch as per the GPIO example. So, I wanted to use a real-time debugging tool - FreeMASTER.
I've got the latest version (3.1) installed along with FreeMASTER Serial communication driver V2.0
I also got P&E Micro drivers, P&E Multilink Universal installed today and everything is up to date as per my knowledge.
I still see the same error -- "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.
Thank you!