buffer pool implementation on Kintetis?

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

buffer pool implementation on Kintetis?

1,577 次查看
abdullahansari
Contributor III

Hello All,

I wanted to know if any one here in this community have implemented buffel pool in his/her code on kinetis. As far as defination is concerned "It is the pre-allocation of a group of buffers which can be used and freed back to the address in the memory after their use" and it saves or limits the scope of memory fragmentation.

Any example project/ implementation or suggessions will work.

Regards

Abdullah

标签 (1)
标记 (3)
0 项奖励
回复
2 回复数

1,506 次查看
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Abdullah,

Please refer attached project, which is using DMA module move ADC conversion result to SRAM, and the SRAM works as a buffer.

Wish it helps.

Best regards,

Ma Hui

1,507 次查看
abdullahansari
Contributor III

Hi Ma Hui,

Thanks for replying. I solved the problem by taking series of buffers[i][j]. Your attachment was helpful.

Regards

Abdullah

0 项奖励
回复