DDK Sample Design |
ZiLOG Application Note |
---|
How to create and install a XINU driver for eZ80 family of processors |
Author: Andrei Kovalev FAE ZiLOG Germany |
The driver is implemented according to the steps described in the Embedded Webserver Programmers Guide:
" Metro IPWorks&tm; provides user functions to support the development of this software, as described in the following steps:
- Add an entry to the device descriptor table for the new device driver (via
adddevice( )
).- Write an initialization routine for the device.
- Write handlers for the appropriate XINU device driver functions (typically includes open, close, read, write and control).
- Optionally, add an ISR and update the interrupt vector table (not every device driver requires an ISR). "