FSL USB Stack and k64

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

FSL USB Stack and k64

ソリューションへジャンプ
1,530件の閲覧回数
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,240件の閲覧回数
derek_lau
Contributor III

Disable the MPU

MPU_CESR = 0;

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,240件の閲覧回数
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,241件の閲覧回数
derek_lau
Contributor III

Disable the MPU

MPU_CESR = 0;

0 件の賞賛
返信
1,240件の閲覧回数
ERussell
Contributor IV

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

0 件の賞賛
返信