edma_transfer definition question

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

edma_transfer definition question

927 Views
海雄周
Contributor II

Hi,

I have a problem at using the "edma_transfer" function. In the example of edma_transfer, the edma_transfer.h has declared "triggerDmaUartTx(uint8_t channel, uint8_t * buff, uint32_t size); and triggerDmaUartRx(uint8_t channel, uint8_t * buff);" However, I don't see the specific definition, and it don't work without the specific definition. So, I am asking the original code for those two functions if any one can help. Thanks.

Sincerely,

Zhou

Tags (1)
0 Kudos
3 Replies

765 Views
海雄周
Contributor II

Hi:

     edmatransfer.C there is no triggerDmaUartTx (uint8_t channel, uint8_t * buff, uint32_t size) and triggerDmaUartRx (uint8_t channel, uint8_t * buff) the definition of two functions

0 Kudos

765 Views
raresvasile
NXP Employee
NXP Employee

Hi,

In the sources folder of the examples, you should find edmaTransfer.c which contains the definitions of those functions.

pastedImage_1.png

Best regards,

Rares

0 Kudos

765 Views
henninge
Contributor I

Hi Rares

I have the same problem. The functions triggerDmaUartTx/triggerDmaUartRx are only in the h-file not in the c-file.

I checked S32 Design Studio for ARM v2.0 and the S32 Design Studio for ARM® v2.0 Update 2 – S32 SDK 0.8.5 EAR & MQX as well.

Help would be greatly appreciated!

Thanks Henning

0 Kudos