Hello,
I am new in CW and MQX. I bought CW and I am using it with mk60f120. But it seems, that this MCU is outdated and I wanna upgrade to mk64f120. But I use with mk60f120 USB (v1) and now I cant find out, how to use USB (v2) in CW with MCU mk64f120.
Thank you very much in advance for advice.
Hi Marek:
unfortunately, for Kinetis new devices (For example K64), we support ds5, iar, kds, uv4 , codewarrior will only maintain the current Kinetis devices. I suggest you use KDS. KDS is a basic, complimentary, free development tool with no code size restrictions, for editing, compiling and debugging for all Kinetis MCUs.
Please refer to the following questions regarding KDS and codewarrior.
Regards
Daniel
Hi Daniel,
So our company bought CW before 1 month in good faith, that it is professional tool which you will support, when you let us pay for it 4995$ and then you say, that it is impossible to upgrade our application to newer MCUs because you not provide support for them. I didnt notice on your website, that you somewhere write, thet you will not support CW with new MCU. And in MQX 4.2 there is clone of board twrk64f120m for BSP, PSP, MFS, but there is no clone for USB. Why?
Hi Marek:
Codewarrior doesn't support new Kinetis MCU, but it supports K64, and Codewarrior is still a supported tool. You are welcome to post your questions in Codewarrior space when you have.
USB_V2 is a new USB unified stack for Kinetis SDK, also works with MQX, it was compiled and tested with ds5, iar, kds, uv4, unfortunately codewarrior is not in the list. Yes, the clone tool does not clone USB_v2 stack. I think it is missing in MQX BSP clone wizard. The workaround is to do it manually, it is just "copy and paste", Sorry for the inconvenience that maybe caused.
I think you can port your project to KDS, we have a porting guide to convert or import an existing kinetis project to a KDS project, please refer to the attached.
Regards
Daniel