Hi there,
I’ve tried to access the Wakeup Control Registers of TMS470MF066 (located at 0xFFFFED00). I am in privileged mode and use a HALCoGen created project. In Code Composer Studio 5 the memory browser shows only zeros for these registers. When I try to write on these registers I get a bus fault.
According to the In the Gel file there is the following entry:
GEL_MapAdd(0xFFFFED00, 0, 0x00000100, 1, 1); /* Wakeup Control Register */
I think, I should have write access, right? How Can I access these registers?
Thanks in advance