Which all MCU pins are available for me for triggering ADC peripheral via hardware.
Via PDB through TRGMUX i can see their is only one MCU pin: TRGMUX IN0, which is PTB5. written under TRGMUX_PDB0 trapezium.
Means only via PTB5 i can give hardware triggers to ADC???
If Directly Via TRGMUX to ADC i can see in block diagram their is out[12-15] under TRGMUX_ADC0 trapezium. But which MCU pins are those???
Or only via PTB5 i can give hardware triggers?
I am saying for S32K144, S32K1xx family.
In code GUI, when i am selecting hardware trigger. It shows drop down of only TRGMUX_INo in it.
Hello,
For S32K144 you can also see it in IOMUX table. Unfortunately there is no filtering so you have to use manual search.
Looking at mine S32DS SDK I can see multiple TRGMUX_IN
You must be missing something in your configuration. Try to follow our example codes embedded in the SDK.
Best regards,
Peter