frdmk32l2b_dma_ring_transfer bugs

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

frdmk32l2b_dma_ring_transfer bugs

704 次查看
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};

 

标记 (1)
0 项奖励
1 回复

687 次查看
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 项奖励