Hi,
We need access to 4 KiB unitialized SRAM on the LPC55S69 & LPC54114 MCUs.
Both of these have an integrated ROM bootloader which uses some of the SRAM.
The LPC5411x User Manual explains:
4.3.2 Memory map after any reset
The boot ROM is located in the memory region starting from the address 0x0300 0000.
The boot loader is designed to run from this memory area, but both the ISP and IAP
software use parts of the on-chip RAM. The RAM usage is described later in
Section 4.3.7.
However Section 4.3.7 does not give a clue as to what part of the SRAM is being used by the ROM bootloader.
Is there any information available on which part(s) of the SRAM (memory map) is truly uninitialized (not touched by the ROM bootloader)?
Best regards,
Mathias