Hi,
I've got a question regarding RAM test functions from IEC60730 4.0 library for Cortex-M0+.
While using FS_CM0_RAM_AfterReset() and FS_CM0_RAM_Runtime() functions, can the tested memory area include the RAM test backup area or does the backup have to be excluded from tested addresses?
Let's suppose the tesed area is from 0x1FFFF000 to 0x20002FFF, which is the whole RAM area. Can the backup area overlap with tested area (e.g. can the backup area be placed at 0x1FFFF800 address, as long as it is reserved)?