MATLAB: C2000 CLA trigger using ADCINT source

c2000 f28035 cla adc epwmti c2000

Hello,
I am trying to synchronize the reading of ADC with the interrupts coming from EOC of the same ADC. The model I have s simple. As configured below. I am getting the following error. Any help is appreciated.
TopLevel.PNG
ePWM_Block.PNG
ADC_Config.PNG
Error.PNG

Best Answer

Hi Zak,
Please set the properties of the signal at ADC output to Cla1DataRam memory so that the variable is created in cla.
CLA_Settings.png
Also ensure you have selected c28035_cla.cmd for Linker command file in Configuration parameters -> Hardware Implementation tab with Boot From Flash enabled.
Hope it helps,
Aditya