Hello, I am using MPC5775E as microcontroller and I am trying to configure eQADC on S32 using peripheral abstraction layer. I don't know exactly how to do DMA & Interrupt Based HW Triggered Conversion. Could you help me?
I can offer you plenty of examples related to eQADC module, but I have only tested baremetal projects. Possibly you could use it as reference as configure it similar way with SDK drivers. Search for term eQADC for any MCU:
https://community.nxp.com/t5/MPC5xxx-Knowledge-Base/MPC5-software-example-list/ta-p/1102445
As I know there is only one example code in SDK:
adc_pal_eqadc_mpc5777c
Hello David, Thank you for your reply. Best regards.