Sending data using "Raw Ethernet"

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

Sending data using "Raw Ethernet"

跳至解决方案
1,251 次查看
bonzo
NXP Employee
NXP Employee

Hello,

How do you send raw Ethernet data using the K60 MAC?

I don't necessarily need to do this using an OS.  But if there is a procedure in MQX to do this, that would be OK.

Part of the problem I'm having is that I can't seem to find out how to do direct writes to the Enet transmit FIFO.  Where is it located?  The RM has no FIFO register specified.

Brad

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
813 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

The KINETIS_SC includes two examples for ENET application, though they are both based on FreeRTOS, but if you dont like the OS , you may also use the ENET driver for your application.

a1.JPG

To download the project, please kindly refer to http://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS512_SC&location=null&fpsp=1&...

在原帖中查看解决方案

0 项奖励
回复
2 回复数
814 次查看
Kan_Li
NXP TechSupport
NXP TechSupport

The KINETIS_SC includes two examples for ENET application, though they are both based on FreeRTOS, but if you dont like the OS , you may also use the ENET driver for your application.

a1.JPG

To download the project, please kindly refer to http://www.freescale.com/webapp/sps/download/license.jsp?colCode=KINETIS512_SC&location=null&fpsp=1&...

0 项奖励
回复
813 次查看
bonzo
NXP Employee
NXP Employee

I see now that you don't have direct access, but need to set up the transmit uDMA buffer descriptor TxBD.

0 项奖励
回复