PWM generation unsuccessful

Hi,
I am trying to generate PWM with pwm block from TI C2000 target library and whatever I do I always get this message:

Can anybody help?

This error message can occur when generating code using PLECS 4.8.7. Please upgrade to the latest version of PLECS and try again.

If the issue persists, please let me know your PLECS and TI C2000 TSP versions.

It fixed it, thank you!

Do you know how to send pwm outputs to switches without RTBox and PWM Capture block?

For offline simulation you can simply connect the PWM Out of the C2000 block to a switching device. The same is true for when you actually generate the code. You can electrically connect the PWM pins of the microcontroller to the desired hardware.

In both cases you do not need to use any RT Box components or hardware. Most models are constructed that way simply to facilitate testing of the simulation model and generated code with the RT Box.

Okay, thank you for your help.