MCUXpresso SDK USB Stack Work Error

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

MCUXpresso SDK USB Stack Work Error

874 次查看
damonyun
Contributor I

When i move "*NoCacheInit" section in OCRAM whitch config as Cacheable;

then, enable USB_DEVICE_CONFIG_BUFFER_PROPERTY_CACHEABLE = 1; but it was work failed.

We found a #warning "USB_DEVICE_CONFIG_BUFFER_PROPERTY_CACHEABLE is not supported." 

The Cortex-M7 has Cache feature, why it was unsupported. 

damonyun_0-1666670231938.png

 

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

865 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @damonyun ,

USB_DEVICE_CONFIG_BUFFER_PROPERTY_CACHEABLE doesn't mean M7 hasn't cache or M7 doesn't support cache. It means you can't put USB buffer into cacheable area.

Please refer to this post for more details.

https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Using-NonCached-Memory-on-i-MXRT/ta-p/1183369

 

Regards,

Jing

0 项奖励
回复