Part Number: TMS320F2800132
Tool/software:
Dear Support team,
I try to integrate flash ECC error test (at startup and during runing) in a motor control software based on universal motor control example.
Source code for the flash ECC error test is from f280013x\examples\sdl_ex_flash_ecc_test\sdl_ex_flash_ecc_test.c.
I have an issue when the main motor control ISR fire during the ECC error test, in that case motor control ISR is abnormally long and at the end the WDOG reset.
I didn't see any code in the motor control ISR which can loop, up to now, I don't understand why the motor control ISR is so long in that case.
Changing the code to wait end of the motor control ISR before doing the ECC error test solve the issue but I want to know if it is a normal behavior or not?
Is there a part of the ECC error test code that we should protect from other interupts?
Regards.