GPIO example

Hi,Can’t find any API to manage the ports for IO, but there is one example: nagpioapp Can someone provide prototypes or references to: narm_write_reg and narm_read_reg Thx

These routines (actually macros) are defined in reg_def.h. This file also contains most (but not all) register definitions of the processor.

There is a sample application called nagpio_ints in the examples folder which shows how to use GPIO Port F in interrupt mode.

The interrupt GPIO example is not available for Net+OS 6.0 Could you provide a link?