FSL USB Stack and k64

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FSL USB Stack and k64

Jump to solution
991 Views
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

Labels (2)
0 Kudos
Reply
1 Solution
701 Views
derek_lau
Contributor III

Disable the MPU

MPU_CESR = 0;

View solution in original post

0 Kudos
Reply
3 Replies
701 Views
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 Kudos
Reply
702 Views
derek_lau
Contributor III

Disable the MPU

MPU_CESR = 0;

0 Kudos
Reply
701 Views
ERussell
Contributor IV

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

0 Kudos
Reply