If you have some F28335 emulator, and you are more familiar with Matlab than coding, you can try using Embedded coder toolbox to generate the code.
You can make a RTI model for the controller of your boost converter in Simulink then download to the DSP. After that, download it into the DSP. Usually, no further coding is required.
Just make a simulink model for generation of switching pulses for your ZSI and use the support package for your DSP to get the output from DSP. Means you can dump your code corresponding to your simulink model on the supported hardware. So no need to make a code for it.
hi, can you achieve that operation? I produced regular pwm signals for three phase inverter via simulink+f28335 and 0.2 Duty cycle 2*fsw frequency pwm. After that I put three phase signals and 0.2 signal an or gate. In Simulink that operation is working perfectly but in implementation not. I hope someone help me.