Hi,
i'm trying the ADC-DMA Example on S32K3X8EVB-Q289.
I've tried to configure the ADC module by myself based on the S32CT configuration given with the example ( all seems the same on S32CT).
When i download my application on the board the adc callback it's executed correctly because i've put a toggle-led block inside it and i could see the led blinking.
The problem is that it does not do the conversion....
I've also tried to import the example's configuration of the ADC and RM modules in my configuration file (.mex)... Surprisingly it converts only one time after the initialization but not continuously...
Confronting the 2 .mex file i could see that the differences seems to be some parts of the ADC module that are written in different places in the .mex files .... i don't know why....
I'd need some help to understand and fix this thing as i don't want to fall on it again in the future... I attach my model with both the files, the one created by me and the other with the mudels imported from the example...
Thanks,
Simon