This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

eZdsp TMS320F2812 real time communication with Matlab/Simulink workspace

Hi, I'm new to ezdspf2812, I have a project using this board to implement a MPPT algorithm (P&O or Incremental Conductance). the problem is that I only have the Dsp board, The printer cable, Code Composer Studio and Matlab. I don't have a Solar panel circuit or DC-DC circuit or Gate drivers.

So I think about modeling the whole system in Simulink except the MPPT algorithm that is implemented in the dsp board, and interacting between Matlab and CCS in real time mode so I can send the voltage and current from the sensors (modeled in Simulink) to the ADC (of the real board card), process the signals and then sending the feedback PWM signal to Simulink to control the output of the DC-DC converter (modeled in Simulink) .

My question is : is it possible to do that ?. and if yes how ? because i tried everything using RTDX , matlab GUI , Vissim ecd , and even LABVIEW but none of them works!