Sending data using "Raw Ethernet"

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

Sending data using "Raw Ethernet"

Jump to solution
1,725 Views
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

Labels (1)
Tags (3)
0 Kudos
Reply
1 Solution
1,287 Views
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&...

View solution in original post

0 Kudos
Reply
2 Replies
1,288 Views
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 Kudos
Reply
1,287 Views
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 Kudos
Reply