Sending data using "Raw Ethernet"

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Sending data using "Raw Ethernet"

ソリューションへジャンプ
1,252件の閲覧回数
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 解決策
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 件の賞賛
返信
2 返答(返信)
815件の閲覧回数
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 件の賞賛
返信
814件の閲覧回数
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 件の賞賛
返信