Hi !
Looks like MPU of LPC has only 8 sections and as result a lot of memory is covered by default privileged access only:
/* Enable MPU with privileged background access i.e. unmapped regions have privileged access. */
portMPU_CTRL_REG |= (portMPU_PRIV_BACKGROUND_ENABLE | portMPU_ENABLE);
But what are other memory attributes in those areas ?
Read, Write and execute Execute ?
Can unmapped area be used as normal RW memory and for access peripheral devices ?
Or what are limitations and default attributes for LPC55S69 memory map ?
Regards,
Eugene