Hi,
I am trying to control 8 or 10 GPIO's from from a web server.
I have started to modify the enet_io example code to hard code some of the available GPIO's on the board ( for example from connector J29 and J30 Pins PN0 , PN1, PN2...etc). Specifically I am modifying the IO.c ,I used the API given in the document to configure the port to GPIO Output ( ROM_GPIOPinTypeGPIOOutput(IO_PORT_BASE_N, IO_PIN_0); ) and ROM_GPIOPinWrite(IO_PORT_BASE_N, IO_PIN_0, 1); )
I was able to see the PN0 high after falshing the code but none of the other GPIO's are high when Api's are called similarly to this.
Any thoughts on what's need to be done to configure the GPIO's available on the board to be able to make it usable for my application.
Any Example code would be much appreciated.
Thanks,