Thanks luca,
haw is error flag when multiple error occurred? (assume 4 bit) is that like double bit error?
B. assume we run DMA and it source address be a pointer to flash memory location (under 0x20000000), and destination address is an SRAM-U location. now we adjust DMA registers in a way that source address increments each time and source is fixed. can we use this method for finding error on flash ?
if Yes, is that good approach to test SRAM U & L, for finding errors before accessing the corrupt locations in runtime application?