How to use DMA mode for CAN with S32K SDK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to use DMA mode for CAN with S32K SDK

1,122 Views
dashuangshengds
Contributor II

S32DS ARM_2018R1 for S32K, the P/E tool can't config the CAN to RX FIFO DMA mode, how can I using NXP SDK to receive data by DMA?

pastedImage_1.png

Labels (1)
Tags (1)
0 Kudos
2 Replies

807 Views
razva_tilimpea
NXP Employee
NXP Employee

Hi,

DMA mode is not supported in CAN_PAL which is designed as a generic API for all platforms supported by SDK.

If you need to configure DMA or other FlexCAN specifi features please replace CAN_PAL component by FlexCAN component.

Best regards,

Razvan

0 Kudos

807 Views
dashuangshengds
Contributor II

OK, Thank you, I will try it !

0 Kudos