Hi,
I'm trying to set up GPIO1, but it's hanging on the module reset. It gets
through GPIO1ModuleClkConfig() and GPIOModuleEnable(), but hangs on
GPIOModuleReset(), specifically on while(!(HWREG(baseAdd + GPIO_SYSSTATUS) &
GPIO_SYSSTATUS_RESETDONE)); in the reset function.
Are GPIOModuleEnable() and GPIOModuleReset() supposed to be done with GPIO1?
Could you provide me with the correct code for all of the above, including any
Enable and Reset code? What I got out of Starterware isn't working for me, but I
would like some code like that.
I can get through GPIO0 setup, but the code for GPIO1-3 seems to be a bit
different. It all should be standard, though.
Best regards,