What is the Parity scheme for the TMS320F2837xS chips in the GSx and LSx RAM sectors? Based on testing it seems the parity for the data value is always stored as even parity. However for the address parity it seems to be different per RAM sector, example shown below:
RAM Sector |
Address |
Number of 1’s |
Parity Bit Value |
Parity Type |
LS0 |
0x877E |
10 |
1 |
ODD |
LS1 |
0x8F8E |
9 |
1 |
EVEN |
Can TI please provide the parity that each RAM block uses and scheme?
In gathering this data we used a Launchpad with the TMS320F28375S to access the registers described in the TRM (SPRUHX5F) section 3.11.1.8. For an example of RAM data and address parity tests, I looked into the SafeTI Diagnostic Library however there is no such test on the address parity.