This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

GPIO1 not accessible from GEL script

I'm using the DM814x_PG2.x.gel file with CCS 5.1.0.09000 to initialize a new dm814x based board design.
I've made a small modification to set up PINCNTL116  for an LED on our board.

When I attempt a write to the GPIO1 area to set the OE at address 0x4804C134, I get a CCS error:
CortexA8: Trouble Writing Memory Block at 0x4804c134 on Page 0 of Length 0x4

I'm wondering if the clocking setup for GPIO at reset is enough for the GPIO module to respond.

I also have a u-boot 2nd stage working on our board, and have tried the GPIO1 OE access from
there using command:

mw.l 4804c134 00400000

and the access hangs and does not complete.

Thanks for any ideas.