KSDK 1.1 ethernet examples not working on FRDM-K64F?

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

KSDK 1.1 ethernet examples not working on FRDM-K64F?

Jump to solution
1,379 Views
petermeerwald
Contributor I

Hi,

 

I'm trying the various ethernet-related examples of the KSDK 1.1 (lwip_ping_demo, lwip_httpserver_demo; I tried the bm and rtos code for the armgcc toolchain) on FRDM-K64F; no success, cannot connect/ping to the board, no output on the serial

 

after a bit of debugging I concluded that the ENET RX interrupt hander is not called, but why?

 

similar examples on mbed work OK for my board

 

is the example code supposed to work?

 

thanks, p.

Labels (1)
0 Kudos
1 Solution
590 Views
adriancano
NXP Employee
NXP Employee

Hi,

I tested the code lwip_ping_demo and configured the IP address according to the information of the Kinetis SDK v.1.1 API Reference Manual Chapter 16 and it runs without problems.

Here is a picture that shows the demo running:

ping demo.jpg

You mentioned you have no output on the serial, that means you cannot see anything in the COMx port connected to the FRDM-K64F SDA connector? I recommend to run a simple Hello_World demo  to ensure the Serial port is working correctly.


Hope this information can help you

Best Regards,
Adrian Sanchez Cano
Technical Support Engineer
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
3 Replies
590 Views
mjbcswitzerland
Specialist V

Hi Peter

You can also check out the following for FRDM-K64F and Ethernet:

http://www.utasker.com/kinetis/FRDM-K64F.html

It works out-of-the-box with KDS and also allows a second Ethernet port to be connected via SPI, based on the ENC424J600

Regards

Mark

Kinetis: http://www.utasker.com/kinetis.html

K64: http://www.utasker.com/kinetis/FRDM-K64F.html / http://www.utasker.com/kinetis/TWR-K64F120M.html

For the complete "out-of-the-box" Kinetis experience and faster time to market

0 Kudos
591 Views
adriancano
NXP Employee
NXP Employee

Hi,

I tested the code lwip_ping_demo and configured the IP address according to the information of the Kinetis SDK v.1.1 API Reference Manual Chapter 16 and it runs without problems.

Here is a picture that shows the demo running:

ping demo.jpg

You mentioned you have no output on the serial, that means you cannot see anything in the COMx port connected to the FRDM-K64F SDA connector? I recommend to run a simple Hello_World demo  to ensure the Serial port is working correctly.


Hope this information can help you

Best Regards,
Adrian Sanchez Cano
Technical Support Engineer
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
590 Views
petermeerwald
Contributor I

Hello,

thanks for the confirmation; I got the examples working (most of the time at least)

the green LED on the FRDM-K64F RJ45 did not come up in one of the tries, not sure what is to blame

I cannot reproduce the issue anymore

regards, p.

0 Kudos