MQX Ethernet Protocols for MCF523x

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

MQX Ethernet Protocols for MCF523x

跳至解决方案
3,435 次查看
Arev
Contributor III

Hello,

 

I'm using a Freescale MCF523x and need to support the following Ethernet protocols

 

TCP/UDP/IP 

DHCP (RFC2131)

DiffServ (RFC2474)

DNS (RFC1034,RFC1035)

IGMP v2 (RFC2236)

NTP v3 (RFC1305)

VLAN (IEEE802.1Q)

 

Does MQX support these protocols for my platform.

Thanks for help

 

Bye,

<< Freescale MCF5234/35 with CodeWarrior 6.4 >>

0 项奖励
回复
1 解答
1,610 次查看
anthony_huereca
NXP Employee
NXP Employee

SNTP is described in the RTCS User's Guide, with an overview in Section 5.12. The source is in <mqx_install>\rtcs\source\apps\sntp.c

 

There are also some examples of SNTP being used with the email demo used in MCF51CN128 Lab #3, and the source for that demo can be found in C:\Program Files\Freescale\Freescale MQX 3.3\demo\security_email

在原帖中查看解决方案

0 项奖励
回复
4 回复数
1,611 次查看
anthony_huereca
NXP Employee
NXP Employee

SNTP is described in the RTCS User's Guide, with an overview in Section 5.12. The source is in <mqx_install>\rtcs\source\apps\sntp.c

 

There are also some examples of SNTP being used with the email demo used in MCF51CN128 Lab #3, and the source for that demo can be found in C:\Program Files\Freescale\Freescale MQX 3.3\demo\security_email

0 项奖励
回复
1,610 次查看
cyborgnegotiato
Senior Contributor II

Hi !



supported protocols: TCP, UDP, IP, DHCP, IGMP (from original MQX sources), SNTP(RFC2030).

DiffServ, NTP, VLAN are not supported yet.

Message Edited by rav on 2009-03-18 10:02 PM
0 项奖励
回复
1,610 次查看
cbursk
Contributor I

Hello,

Its mentioned in this post that SNTP is supported but I can't seem to find anything on it in the Freescale MQX RTOS Reference Manual.  I need to be able to create an NTP packet and hoping that I could leverage off what is already supported.

 

Thanks

0 项奖励
回复
1,610 次查看
Doug_EmbeddedAc
Senior Contributor I
However, MQX and RTCS ports for all ColdFire devices and many Power Architecture devices are available from Embedded Access. Please contact Sales@Embedded-Access.com for further details.
0 项奖励
回复