I have added the PBIST test, but the callback function "memoryPort<X>TestFailNotification" are called 3 times,
2 for port 1 and 1 for port 2.
the values are the following :
| groupSelect | dataSelect | address | data | |
| Port 0, 1st | 0x4 | 0x20 | 0x0 | 0xFFFFFFFF |
| Port 0, 2nd | 0x4 | 0x21 | 0x0 | 0xFFFFFFFF |
| Port 1 | 0x4 | 0x21 | 0x0 | 0x1 |
for what I can tell reading from the PBIST sequence in the Ref. Manual, 7.3.1,
I should get from the PBIST run
RGS and RDS values ( table 7.1 )
Failure Count
Memory Address Offset of the first failure
Failure Data,
I suppose groupSelect gives me witch RAM group or RGS and RDS values, but I don't know witch.
DataSelect I don't know what is.
address is the offset from the base address of the RAM group, but as I don't know witch group is, I don't know witch device has failure for certain.
If the groupSelect is the Ram Group, I would be DCAN2 and MIBSPI3.
And data is the failure data.