Thank you very much for your response.
I can access SRAM at 0x20008000. You can see where I tested below.

As far as I can tell all SRAM that should be in the LPC4350 is accessible except for the 0x20004000 to 0x20007FFF range.
Here is the information on the register values you requested:

OTP Regs:

I noticed that the part id is returned as 0xA0020830. This is an LPC4350FET256 should it not be 0xA0000830 like shown in the manual. Here is a picture of the part:

CREG
I see that the manual shows CREG1 at 0x40043008, In the IAR iolpc4350_m4.h file, it is addressed at 0x40043108:
__IO_REG32( CREG_CREG1, 0x40043108,__READ );
Is this an error in the UM10503 Rev 2.1 manual?
Here is the CREG register view in IAR:

What register is at 0x40043F00.? I couldn't find that in the documentation.
Thanks,
Greg Dunn