FSL USB Stack and k64

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

FSL USB Stack and k64

跳至解决方案
1,531 次查看
ERussell
Contributor IV

I have been using the FSL USB Stack Version 4.03 (Device) on a k60 processor for a couple of years and am now trying to get the same code running on a k64. So far I am unable to enumerate.  I do get an error interrupt - DMAERR but am not sure how to investigate this further. Has anyone used this version of the USB Stack on a k64? Any ideas about how to figure out the problem?

Thanks,

Elizabeth

标签 (2)
0 项奖励
回复
1 解答
1,241 次查看
derek_lau
Contributor III

Disable the MPU

MPU_CESR = 0;

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,241 次查看
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Elizabeth,

The USB Stack Version 4.03 is an older USB stack.

So far, customer could consider to use USB Stack V5.0 or Kinetis SDK software, which provides the USB application for K64 product.

Wish it helps.


Have a great day,
Ma Hui

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

0 项奖励
回复
1,242 次查看
derek_lau
Contributor III

Disable the MPU

MPU_CESR = 0;

0 项奖励
回复
1,241 次查看
ERussell
Contributor IV

Thank you so much! This cleared the problem and I am able to enumerate.

0 项奖励
回复