This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28034: STL_CRC_TEST_testRam()开始地址奇偶数判断不正常

Part Number: TMS320F28034


STL_UTILITY_assertEvenAddress:
MOVL ACC,@XAR4
AND @AL,#0x1
NOT AL
AND @AL,#0x1
LB *XAR7

        SelfTestStatus = STL_CRC_TEST_testRam((uint32_t *)0x8C01,(uint32_t *)0x8FFF,(uint64_t *)&gGoldenCRC[2]);

比如使用0x8C00会无法通过。但是0x8C01就可以