I have a custom AM1705 board that is hanging on the last step of Setup_PLL() of the gel file. Specifically, the code that hangs is:
PLL0_PLLCTL |= 0x1;
And the error message is:
ARM9_0: Trouble Writing Memory Block at 0x1c11100 on Page 0 of Length 0x
ARM9_0: GEL: Error while executing OnTargetConnect(): target access failed.
ARM9_0: Error: Failed to get PRSC status
Any ideas? Thanks in advance!