The question about the Freescale MQX RTCS

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

The question about the Freescale MQX RTCS

Jump to solution
850 Views
小勇邹
Contributor II

I have some questions about the Freescale MQX RTC.

1,Does the Freescale MQX RTC have to work with MQX RTOS? Can it run in a simple main project?

2, The Freescale MQX RTCS is implemented as a C library. Do you provide the source code of the Freescale MQX RTCS

3,How much memory does it cost when only DHCP and tftp applications are used?

Labels (1)
0 Kudos
1 Solution
454 Views
Luis_Garabo
NXP TechSupport
NXP TechSupport

Hi Robin,

The RTCS is the TCPIP stack that must work together with the MQX RTOS. You cannot separate them. If you want a stand alone TCPIP stack then you may try

the FNET TCP/IP Stack.

The source code for the RTCS can be found in this path: C:\Freescale\Freescale_MQX_4_1\rtcs\source

We don't have the code size for the DHCP and tftp. However we have a tool that helps you to calculate this under the application that you are compiling. Take a look to this link to get more information on how to use it HOW TO GET THE CODE SIZE OF MQX4.1 PROJECT


Regards,
Garabo

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

View solution in original post

0 Kudos
3 Replies
455 Views
Luis_Garabo
NXP TechSupport
NXP TechSupport

Hi Robin,

The RTCS is the TCPIP stack that must work together with the MQX RTOS. You cannot separate them. If you want a stand alone TCPIP stack then you may try

the FNET TCP/IP Stack.

The source code for the RTCS can be found in this path: C:\Freescale\Freescale_MQX_4_1\rtcs\source

We don't have the code size for the DHCP and tftp. However we have a tool that helps you to calculate this under the application that you are compiling. Take a look to this link to get more information on how to use it HOW TO GET THE CODE SIZE OF MQX4.1 PROJECT


Regards,
Garabo

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

0 Kudos
454 Views
小勇邹
Contributor II

Thank you .Can the RTCS work together with the MQX lite RTOS?

0 Kudos
454 Views
Luis_Garabo
NXP TechSupport
NXP TechSupport

Hi Robin,

No, it can't. But you could use another processor expert component that includes a TCPIP RTOS. Take look to this link: FreeRTOS V8.0.0 Final Release available as Processor Expert Component | MCU on Eclipse

Hope it helps,

Regards,

Garabo

0 Kudos