I am able to run Starterware code gpioLEDBlink and configure pins as output using the same.
I need to make a real-time application which can be done by SYS-BIOS.
I have added "DEV" module to my configuration. Kept the size of table as 8
Enabled GPIO in my configuration.
Now my question is how to configure a particular pin mux in SYS-BIOS?
I need to monitor a sensor by polling and control a device by using Beaglebone black but SYS-BIOS must be used.