This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MDK v5 ENC28J60 Driver

Hi!
I have faced a problem with the new MDK 5 environment. On MDK v4 I was using Keil RTX and RL-TCPnet as the IP stack combined with various Ethernet adapters. I have written the drivers mostly by myself, because it was very easy. There are only 3 functions to implement for RL-TCPnet to work fine. Mostly I use the wide spreaded ENC28J60 adapter that is connected over SPI.

Now I want to move to MDK5 and I know I need to rewrite all my code for the new pack idea structure. But there is no possibility to write own drivers for devices that are not supported by Keil...

So now my question. Does someone have a working driver for ENC28J60 for the new MDK5, or some links/information where can I learn how to write my own drivers for MDK5?

Many thanks in adevance.