NEORV32 - Software Framework Documentation
Loading...
Searching...
No Matches
Functions
main.c File Reference

Minimal blinking LED demo program using the lowest 8 bits of the GPIO.output port. More...

#include <neorv32.h>

Functions

int main ()
 

Detailed Description

Minimal blinking LED demo program using the lowest 8 bits of the GPIO.output port.

Author
Stephan Nolting

Function Documentation

◆ main()

int main ( void )

Main function; shows an incrementing 8-bit counter on GPIO.output(7:0).

Note
This program requires the GPIO controller to be synthesized.
Returns
Will never return.