Dear engineer,
In UM11126 I See below:
The LPC55S6x/LPC55S2x/LPC552x device includes a second instance of Cortex M33.
The configuration of this instance does not include MPU, FPU, DSP, ETM, Trustzone
(SECEXT), Secure Attribution Unit (SAU) or co-processor interface. It supports the same
debug levels and interrupt lines as the primary CPU.
it means that core1 is not supported (ARMv8 m)Security extensions?
Core1 can only access non secured address(Ram/flash)?
0x2000 0000 0x2000 FFFF 0x3000 0000 0x3000 FFFF SRAM 0 on CM33 data bus, 64 KB.
These two addresses above physically point to the same block of ram?
if SAU & IDAU set the ram above in secure region. Core1 can not accsee it?
thanks a lot!