Forum Discussion
Altera_Forum
Honored Contributor
20 years agoReset software
Hello, I' ve implemented a web server in the FPGA 1c20 in my University. The University closes my IP obtained by DHCP after 24 hours working. I don't know why. So, I need to rest...
Altera_Forum
Honored Contributor
19 years agoOk I found the solution:
IOWR_ALTERA_AVALON_PIO_DIRECTION(RECONFIG_REQUEST_PIO_BASE, 1); IOWR_ALTERA_AVALON_PIO_DATA(RECONFIG_REQUEST_PIO_BASE, 0); IOWR_ALTERA_AVALON_PIO_DATA(RECONFIG_REQUEST_PIO_BASE, 1); Sebastien