Taylor Barton
09/22/2021, 10:18 PMBoris Murmann
09/23/2021, 12:29 AMTim Edwards
09/23/2021, 1:44 AMreg_mprj_io_10 = GPIO_MODE_USER_STD_OUTPUT;
to configure the GPIO for use as a digital output pad controlled by the user project; then since the user GPIO configuration is loaded by a serial loader, you follow the configuration settings with reg_mprj_xfer = 1; while (reg_mprj_xfer == 1);
to trigger the loading and to wait for it to finish before continuing with any interactions between the management SoC and the user project.Taylor Barton
09/23/2021, 2:01 AMTaylor Barton
09/27/2021, 2:59 PMTim Edwards
09/27/2021, 3:08 PMTaylor Barton
09/27/2021, 3:10 PM