My feeling is supporting "External Mode" would benefit a large subset of developers.
I would be interested. Being able to watch the model run on the MCU is nice to have.
The S32K144 toolbox in sl_customization.m associates the MEX-file with the TLC file with the following code:
%% Register external mode transport protocol.
cm.ExtModeTransports.add('mbd_s32k.tlc', 'serial', 'ext_serial_win32_comm', 'Level1');
Is there any reason I could not drop this into the same place in the MPC5777C toolbox and expect it to work?
Is it worth trying? Or is this something difficult and best avoided?