Hello
Team
When I Test the ECC 2bit,abort generated,
code into the _excpt_vet_abort_data(),
I use the library 2.4
the software go into
__asm(" ldmfd r13!, {r0 - r5, r12, lr} ");
__asm(" subs pc, lr, #4 " );
Should the program be aborted?
but the program dont abort.
why?