frdmk32l2b_dma_ring_transfer bugs

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

frdmk32l2b_dma_ring_transfer bugs

1,179件の閲覧回数
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 返信

1,162件の閲覧回数
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 件の賞賛
返信