Noncacheable data for drivers

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

Noncacheable data for drivers

跳至解决方案
1,499 次查看
embeddman
Contributor II

Hello!

I'm using lpuart and lpspi drivers with EDMA. For applying EDMA, buffers must be located in noncacheable regions of RAM with AT_NONCACHEABLE_SECTION_INIT macro. But in lpspi example lpspi_master_edma_handle_t structure is also located in this section unlike lpuart_edma_handle_t structure which is not located in noncacheable region. Should these two structures be located in noncacheable region or it doesn't matter?

标签 (1)
0 项奖励
回复
1 解答
1,491 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi @embeddman ,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) Should these two structures be located in non cacheable region or it doesn't matter?
-- It doesn't matter.
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

1 回复
1,492 次查看
jeremyzhou
NXP Employee
NXP Employee

Hi @embeddman ,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
1) Should these two structures be located in non cacheable region or it doesn't matter?
-- It doesn't matter.
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------