can we  create MQX project for TWR_K61 board using KDS_2.0.0 and KSDK_1.1.0 and MQX 4.1 ?

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

can we  create MQX project for TWR_K61 board using KDS_2.0.0 and KSDK_1.1.0 and MQX 4.1 ?

1,301 Views
josephxavier
Contributor III

can we  create MQX project for TWR_K61 board using KDS_2.0.0 and KSDK_1.1.0 and MQX 4.1 ?

I couldn't find any k61 option in KDS .

Labels (1)
0 Kudos
10 Replies

826 Views
ivadorazinova
NXP Employee
NXP Employee

Hello Joseph,

you can create your project with MQX 4.1. using KDS 2.0. but without KSDK.

the KSDK support for K60D10 series you can read from fsl_device_registers.h

#elif (defined(CPU_MK60DN256VLL10) || defined(CPU_MK60DX256VLL10) || defined(CPU_MK60DN512VLL10) || \

    defined(CPU_MK60DN256VLQ10) || defined(CPU_MK60DX256VLQ10) || defined(CPU_MK60DN512VLQ10) || \

    defined(CPU_MK60DN256VMC10) || defined(CPU_MK60DX256VMC10) || defined(CPU_MK60DN512VMC10) || \

    defined(CPU_MK60DN256VMD10) || defined(CPU_MK60DX256VMD10) || defined(CPU_MK60DN512VMD10))

You can see there is no support for your MCU.

Best Regards,

Iva

0 Kudos

826 Views
josephxavier
Contributor III

How can we create MQX project for TWR_K61 board using KDS_2.0.0 and MQX 4.1 ?

Can u explain in detail with steps that I should follow.

0 Kudos

826 Views
ivadorazinova
NXP Employee
NXP Employee

Hello josephxavier,


Sure. This tutorial we have already created.

Please see attachment, it is also located at C:\Freescale\Freescale_MQX_4_1\doc\tools

Best Regards,

Iva

0 Kudos

826 Views
josephxavier
Contributor III

Is there any cpp example for twrk22 board using KDS_2.0.0 and KSDK_1.1.0?where can I find it ?

Can we run cpp code using KDS_2.0.0 and KSDK_1.1.0?

0 Kudos

826 Views
ivadorazinova
NXP Employee
NXP Employee

Hello josephxavier,


Sure. For KSDK 1.1. you can look at demo C:\Freescale\KSDK_1.1.0\demos\hello_world\kds which is for twrk22f120m and twrk22f120mk02.

But I can recommend you to use new version for KSDK 1.2. and KDS 3.0.

New Kinetis Design Studio V3.0.0 available

New KSDK 1.2. is available!

for KSDK 1.2. is located C:\Freescale\KSDK_1.2.0\examples\twrk22f120m\demo_apps\flash_demo\kds

and example with MQX at C:\Freescale\KSDK_1.2.0\rtos\mqx\mqx\examples\mutex\build\kds\mutex_twrk22f120m

Best Regards,

Iva

0 Kudos

826 Views
josephxavier
Contributor III

Can u explain ?

With steps I am new to KDS 2.0 AND KSDK

0 Kudos

826 Views
ivadorazinova
NXP Employee
NXP Employee

Hi josephxavier,


KSDK does not support all devices. So it is better to find out if your device is supported.

Information about supported devices you can find at Release Note and in addition you can read it for more details from the fsl_device_registers.h which is located in your KSDK folder.


If you are new in KDS and KSDK

Please, start with Getting Started with Kinetis Design Studio, - it is IDE for Kinetis devices. But I recommend to wait 2-3 days for new version of KSDK and KDS.

http://cache.freescale.com/files/soft_dev_tools/doc/support_info/KSDKGSUG.pdf

Here you can download KSDK from websites Software Development Kit for Kinetis MCUs|Freescale

After installation, please go to folder C:\Freescale\KSDK_1.2.0\doc there is a lot of documentation which can help you start with programming MCUs.

Getting Started with Kinetis SDK (KSDK).pdf is document which you should start.

I think the best way is to try demos, which KSDK offeres.

You can find it e.g. C:\Freescale\KSDK_1.2.0\apps\frdmk64f\demos

with documentation Kinetis SDK v.1.2 Demo Applications User's Guide_review.pdf or at C:\Freescale\KSDK_1.2.0\doc\Kinetis SDK v.1.2 Demo Applications User's Guide is html page.


and I can recommend you following links

Can this help?

Iva

0 Kudos

826 Views
ivadorazinova
NXP Employee
NXP Employee

Hello joseph,

You can create project only with MQX 4.1. because there is no support for KSDK.

There is no support for current KSDK 1.1.0. But we plan it in future.

For only MQX 4.1. is support for TWR-K60F120M.

In KDS you can work with Processors > MK60 > MK61F

kds_k61.png

Hope this helps,

Iva

0 Kudos

826 Views
josephxavier
Contributor III

can we create MQX project for TWR_K61 board using KDS_2.0.0 and KSDK_1.1.0

0 Kudos

826 Views
Kan_Li
NXP TechSupport
NXP TechSupport

Hi Josephxavier,

I am sorry, but current KSDK hasn't support Kinetis 120MHz/150MHz parts yet, which would be supported in the future.

Have a great day!

Kan

0 Kudos