Hey guys,
I want to use Simulink external mode to do online parameter tuning (for instance of gain blocks) in my control algorithm that runs on my target (Launchpad F28379D).
Furthermore I want to scope and log data in another model (a host model) that runs in normal mode so I can log data into the workspace of Matlab.
I also know that the external mode communication with my Launchpad works via the SCI_A communication.
So my question is: Is it possible to run the MCU algorithm on the Launchpad in External mode via SCI_A communication and
send data to the computer via a SCI transmit block also with the SCI_A channel and run the host model in normal mode to receive the sent data? If not, is it possible to use SCI_B for sending the data to the host model?
My Launchpad is linked to the XDS100 Class USB Serial Port (COM10) of my computer over one USB cable. Does this physical USB connection provide only one SCI connection or for example the SCI_A and SCI_B connection that I can both use in Simulink at the same time for the purpose described above.
Thank you very much in advance. You guys would help me a lot!