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.

CCS/RM42L432: SL_SelfTest_Flash issue

Part Number: RM42L432
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

Dear team

The device is RM42L432. 

1  Problems were found when i used SL_SelfTest_Flash.

flash_stResult_1bt was ST_PASS when running  retVal = SL_SelfTest_Flash(FLASH_ECC_TEST_MODE_1BIT, TRUE, &flash_stResult_1bt); 

But  flash_stResult_2bt was ST_FAIL; when running retVal = SL_SelfTest_Flash(FLASH_ECC_TEST_MODE_2BIT, TRUE, &flash_stResult_2bt);

What may cause the difference?

2  Besides,I enabled interrupt trigger and nerror pin in FLASH_ECC_TEST_MODE_1BIT mode in HALcogen.

However, it does not trigger an interrupt and pull the pin low during operation.

BR,

SUSAN