Part Number: TMS570LS1224
With out boot loader code, if my application is starting from the flash address 0x00000000.
When the faults are injected for Flash address ECC and Flash ECC test 2 bit fault injection , The control goes to "_dabort". and then to "flashErrorFound". With this system is resetting.
With boot loader code,
Boot loader code area is from 0x00000000 to 0x0001FFFF. and boot loader vectors 0x00000000 to 0x00000020
Application code area is from 0x00020000 and application vectors 0x00020000 to 0x00020020.
When the faults are injected for Flash address ECC and Flash ECC test 2 bit fault injection , the system is working normal and the control is not going to "_dabort" of either boatloader code or application code.
Please let us know why fault injection fails with boot loader code.