Part Number: TMS320F28335
I need to construct a wind energy conversion system model (Turbine + PMSG + Back to Back Converter + Grid ) in MATLAB Simulink and the controller for the converter in DSP TMS320 F28335 Board. For this, I need to communicate the operating parameters of the system in Simulink (machine voltage, speed, currents, grid currents, grid voltage, dc link voltage) signals to the controller, and PWM pulses generated by the DSP controller to Simulink.
For this purpose, I am trying to create an overall system in Simulink and convert the controller part as a real-time embedded code through the processor in the loop simulation. We have a licensed version of MATLAB and CCS 10.4.0 installed in the computer for debugging the MATLAB-generated code. Now I am trying this with Embedded coder package + CCS + JTAG Xds100 v3 + COM3 port.
The signals that need to be communicated from Simulink to the processor are around 12 and the Processor requires to generate 12 PWM pulses and which should be made available to the back-to-back converter model in MATLAB Simulink.
Kindly let me know about the possibility of creating such a system and the interfaces required to connect the DSP board and computer