Hello,
we are using the TI AM335x Starterkit and modified it for debugging with JTAG.
Download und debugging with IAR Workbench via I-Jet is possible.
After downloading, our application works. But we don't have access to the registers in the range from 0x4740000 to 0x47FFFFFF.
For example a read access to USBSS.REVREG leads to an exception. In this address range the memory window of the IAR Workbench shows dashes only.
The register at CM_PER and PRM_PER are set to the values:
PM_PER_RSTCTRL = 0x00000003
PM_PER_PWRSTST = 0x1E60007
PM_PER_PWRSTCTRL = 0xEE0000EB
CM_PER_L3S_CLKSTCTRL = 0x000A
CM_PER_L3_CLKSTCTRL = 0x001E
Is there a register, I forgot to initialize?
What must I do, to have access to the USB register (USBSS, USB0, ...)?
King regards,
Stefan