PPP Client Code for Kinetis

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

PPP Client Code for Kinetis

983 Views
tharonhall
Contributor IV

Does anyone know if there is ready made PPP client code for the Kinetis processors? I saw one reference that suggests that MQX may have some code that could prove useful. We are using the FreeRTOS flavor of OSA, but if there was a compelling reason we could consider switching to the MQX flavor. Would prefer a more OS agnostic client if possible.

Labels (1)
Tags (4)
0 Kudos
Reply
3 Replies

623 Views
frob
Contributor I

PPP is built in to lwIP - i just picked up the FRDM-K64F demo board and several demos inlcuded feature FreeRTOS and lwIP.

I havent tried it yet but it should be quite easy to get PPP up and running starting with one of these demos.

I plan to do that myself later once i get a few other things working first..

the KSDK features an OS abstraction layer that makes it easy to switch between various OS's like FreeRTOS. MQX, uCos2, etc..

and includes lots of useful IP/drivers drivers for all peripherals , lwIP, USB stacks etc.

Please let us know how it goes with PPP

good luck

623 Views
dereksnell
NXP Employee
NXP Employee

Hi Tharon,

Yes, MQX does include a PPP client driver. You can find more details in the MQX RTCS User Guide<http://cache.freescale.com/files/32bit/doc/user_guide/MQXKSDKRTCSUG.pdf>.

Thanks

623 Views
tharonhall
Contributor IV
0 Kudos
Reply