Which RTOS is recommended to be used with K65?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Which RTOS is recommended to be used with K65?

1,772 次查看
goranigic
Contributor II

I have K65 processor available, with 64MB of SDRAM, I also need to support SD-CARD, and USB host and USB device (two ports).

Which RTOS should I use.

Thanks,

标签 (1)
0 项奖励
回复
3 回复数

1,402 次查看
miduo
NXP Employee
NXP Employee

We recommend MQX, the NXP MQX RTOS is intended for Kinetis, Vybrid, ColdFire and Freescale PowerPC Microcontrollers. The release consists of

• MQX real time kernel and system components

• TCP/IP networking stack (RTCS)

• FAT file system (MFS)

• NAND flash file system (FFS)

• USB Host and Device stacks

• Platform and Board support packages

• I/O drivers.

For SD card, MQX contains SD Card I/O Driver and (E)SDHC I/O Driver drivers.

0 项奖励
回复

1,402 次查看
goranigic
Contributor II

Thank you for fast response,

I initially considered to use MQX but I run into the following:

Is NXP abandoning MQX?

0 项奖励
回复

1,402 次查看
RichardR
Contributor IV

After some digging, I found today that NXP is not abandoning MQX, instead they are moving away from making it available free for use on their processors to a licensing/support fee system much like many other RTOSes out there.  Lookup MQX v5 on the NXP site for the details.  For their older processors, you can continue to use MQX 4.x and older for free, for newer processors, such as the K65, K66, you cannot unless you port it yourself.  There is still support for a free version of it using the KSDK and KDS, but, the documentation is somewhat lacking in my experience so far.

0 项奖励
回复