frdmk32l2b_dma_ring_transfer bugs

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

frdmk32l2b_dma_ring_transfer bugs

699 Views
tanly
Contributor I

Hi There,

I think there are couple of bugs in the frdmk32l2b_dma_ring_transfer.

--------------------------------------------------------------------------------------

The following source buffer should also be set align. app could be updated to add data is before srcAddr. 

uint32_t srcAddr[BUFF_LENGTH] = {0x00};

change to

SDK_ALIGN(uint32_t srcAddr[BUFF_LENGTH], 16U)= {0x00};

 

Tags (1)
0 Kudos
1 Reply

682 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Thanks for reporting this.

I will look into your remarks and inform internal of the applicable suggestions you make. If this issue is validated, the changes should be reflected in the following SDK update.

Best regards,

Edwin.

0 Kudos