Ethernet code for TWR-K65F180M

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

Ethernet code for TWR-K65F180M

1,040 Views
yadhukrishnanvm
Contributor III

HI,

 I am trying my own ethernet code for TWR-K65F180M in kinetis design studio.The ethernet code means the same example project in the "rtcs" folder, the example name is "httpsrv". I am beginner to embedded system so please guide how to write the code.

Labels (1)
14 Replies

853 Views
maheshwarreddy
Contributor I

If I don't wants to use the example , I wants to write the standalone code for k66 .

0 Kudos

853 Views
yadhukrishnanvm
Contributor III

Hi Maheshwar,

I don't understand please explain what you need?

0 Kudos

853 Views
maheshwarreddy
Contributor I

hi,

Initially I used k60 processor for the Ethernet communication now I replace k60 with k66, I copied the same code to k66 and changed the header

file, and I changed the mcg_c2 registers "EREFS " bit also it is not working . iam not getting interrupts also , for k60 I used the code warrior generated code and I ported it to the keil  , it works fine . but when I port to  the k66 it is not working  ,iam I don't know how to enable the interrupt in the code warrior , if done Ethernet for k65 send the full Ethernet application . 

                                           Thank you

regards

Maheshwarreddy 

0 Kudos

853 Views
yadhukrishnanvm
Contributor III

I am sorry I don't know how to attach the files :smileysad:

0 Kudos

853 Views
maheshwarreddy
Contributor I

hi,

      make the original file as zip fine  file and send .

0 Kudos

853 Views
maheshwarreddy
Contributor I

hi,

 I had not got any reply from you, can you send that early iam in need .

0 Kudos

853 Views
yadhukrishnanvm
Contributor III

Give me your email id I will send it

0 Kudos

853 Views
maheshwarreddy
Contributor I

hi,

maheshwarreddy681(@gmail.com),ignore the breses

0 Kudos

853 Views
yadhukrishnanvm
Contributor III

I have send it.

0 Kudos

853 Views
maheshwarreddy
Contributor I

thank you ,

       mail me (maheshwarreddy681@gmail.com)

0 Kudos

853 Views
ivadorazinova
NXP Employee
NXP Employee

Hi Yadhukrishnan V M,

So, you work with MQX, right?

Please take a look at example codes in KSDK Software Development Kit for Kinetis MCUs|NXP 

here you will get the package for TWR-K65F180M

https://kex.nxp.com/en/summary 

I hope this helps.

Best Regards,

Iva

853 Views
yadhukrishnanvm
Contributor III

I couldn't find an ethernet example in the ksdk folder.. :smileysad:

0 Kudos

853 Views
ivadorazinova
NXP Employee
NXP Employee

Hello,

Please go to

C:\Freescale\KSDK 2.0\SDK_2.0_TWR-K65F180M\boards\twrk65f180m\demo_apps\lwip

These demos (FreeRTOS,BM) are described in README file for each demo

for example C:\Freescale\KSDK 2.0\SDK_2.0_TWR-K65F180M\boards\twrk65f180m\demo_apps\lwip\lwip_httpsrv\freertos\readme.txt

and with MQX you will find it under specific demo

C:\Freescale\KSDK_1.3.0\examples\twrk65f180m\demo_apps\lwip\lwip_tcpecho_demo\tcpecho_rtos\tcpecho_mqx folder

These demos are described at KSDK 1.3 Demo Applications User´s Guide located under C:\Freescale\KSDK_1.3.0\doc

Best Regards

Iva

853 Views
yadhukrishnanvm
Contributor III

Thank you very much... :smileylaugh: