Hi,
just one short question: Does the MAD tool check the consistency of the memory map? I'm especially interested in the following cases:
- overlapping segments
- segment size and addr against XMC restrictions (e.g. size must be power of 2 of 4Kbyte, addr must be aligned to size, etc.)
- physical available memory
- shared data in physical private RAM (e.g. local L2 SRAM)
- available number of MPAX regsiters of the XMC
- memory segments marked as noncached, but being in MSMCSRAM, where the Cache cannot be deactivated
Regards Fabian