K66 MQX and USB support

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

K66 MQX and USB support

1,285 Views
ohadbenjamin
Contributor III

Hello,

We are trying to port our MQX based application from K60 to K66.

We have almost ported all of our code except for the USB related tasks.

After investigating, it turns out we need to use the USB_v2 for K66 which is only available for KDS.

So, now we need to move our MQX project to KDS.

How should this be accomplished? Is there a way to create a new MQX project like I could do with Code Warrior? Is the only way (or safest way) is to open one of the example projects and put our code in it?

Tags (3)
0 Kudos
2 Replies

330 Views
soledad
NXP Employee
NXP Employee

Hello Ohad Benjamin ,

Please check the following document, this doc shows how to create a new MQX v4.2 project in KDS.

Creating a New MQX RTOS 4.2 project in KDS

Please let me know if this helps


Have a great day,
Sol

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

0 Kudos

330 Views
ohadbenjamin
Contributor III

Thanks.

So for now I need to use one of the examples and overwrite the files with me own.

0 Kudos