I scoped out the RAS/CAS/MADx lines and they all look pretty much perfect overall.

- IMG_0233.JPG (98.8 KiB) Viewed 854 times
All the spikes are still present on the DATAx signals.
I guess the only test I really need to do is work out exactly what address ranges bit11 fails on. Maybe I could impose on
@dml For a ram test variation which just outputs good and bad blocks of RAM..
For example this almost gives indication but not a actual address range..

- IMG_0212.JPG (129.28 KiB) Viewed 854 times

- IMG_0234.JPG (51.09 KiB) Viewed 854 times
Looks like there would be 32 dashes. So 14336 / 32 = 448KB per dash.
So first fail is dash 7, so 448 * 7 = 3136KB, to dash 10, 448*10 = 4480KB. So basically 3.0625MB - 4.375MB or thereabouts has failed. At least in the the first block of failures.
Basically what I want to do is confirm that it has not failed on any address boundaries...EG...
(Assuming I work this out right ?)
MAD4 = 4KB
MAD5 = 16KB
MAD6 = 64KB
MAD7 = 256KB
MAD8 = 1MB RAM
MAD9 = 4MB RAM
MAD10 = 16MB RAM.
But if my guesstimate is correct that it is failing around the 3MB to 4.3MB area, and I would assume the failure is not aligned to any sort of MADx boundary...
Basically I am assuming that for whatever reason, bit 11 spiked low enough and long enough to basically end up in some "random" address ranges in ram. But that in itself would seem a little strange because of the past fail pass fail type nature across the RAM range.