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.

LAUNCHXL-F28379D: eCAN Transmit periodicity Simulink Embedded Coder

Part Number: LAUNCHXL-F28379D

I have to transmit a CAN message at , say, every 50ms. The message is an rpm signal decoded through the eCAP module. 

How do I make sure that the decoded rpm is transmitted only at the rate of every 50ms. One possible way when coding manually is to use an ePWM block's timer to generate interrupt at every 50ms. And then transmit.

How do I resolve this problem when using Simulink Embedded Coder for C2000 toolbox support?