Hi@padmaja
Q1.Are the LPI2C PAL transfer APIs automatically using EDMA when EDMA is initialized, or do they operate in interrupt mode by default?
Q2.Are there any configuration steps required to explicitly enable DMA for LPI2C transfers?
For Q1&Q2, You should choose "DMA" in I2C component;

Q3.How can I verify whether the I2C transactions are actually being handled via DMA (EDMA) rather than CPU-driven interrupts?
Read the code directly, this needs little explanation.

Q4.Which registers or debug signals should I monitor to confirm EDMA is active during transfers?
You can try defining an interrupt callback function for the DMA channel and observe the DMA behavior through the callback function, or directly check the DMA registers. Please refer to the datasheet to get DMA register information.
