Part Number: TMS570LC4357-EP
Hi,
This is question about notification of ESM 1.53.
We are now testing the ESM function of TMS570 MCU on the evaluation board.
Based on Sec 3.3.1 of SPNU563A, we have created the following test code.
test code:
volatile uint64 *ramtest = 0x08000000;
volatile uint64 tmp;
*ramtest = 0x8000000000000001;
/* SCMCNTRL(FFFF0A04h) - PAR DIAG EN(27-24) */
scmREG1->SCMCNTRL = (scmREG1->SCMCNTRL & 0xF0FFFFFF) | (0xAU << 24);
tmp = *ramtest;
We have expected to store ESM 1.53 when this test code execute, because Sec3.3.1 is explained "How to Check the Parity Compare Logic", but ESM 1.52 is stored.
Could you please advice me about techniques of generating ESM1.53?
Thanks,
Sho
