Hi, Petr, thank you for your help. Then, we can talk some detailed issue. How to enable DMA feature in CAN code in S32 DS's PE? I am working on s32k144_Demo_CAN example project, There is "Enable Rx Fifo Extension" option in can_pal0 components, and there is ”Chnnel Number“ option in "dmaController1:edma" components, but when I change these setting. In CAN_Init(.....) function of can_pal.c, the flexcanConfig.rxFifoDMAChannel always be 0 and flexcanConfig.transfer_type always be FLEXCAN_RXFIFO_USING_INTERRUPTS, not FLEXCAN_RXFIFO_USING_DMA, why?