Part Number: MCU-PLUS-SDK-AM243X
Hello,
for our production-release-firmware we would like to implement a behaviour that it stores the abort-producing sp and lr-registers, the type of abort and resets our device in case of an abort.
So far I managed to link against our own HwiP_data_abort_handler and so on. This works, they are called but unfortunately it seems the code does not exectue as wanted. It does just not call the reset-routine and next it lands in an prefetch-abort-handler. probably that's related. is there some cache-mgmt I also need to do?
And how do I access the SP_ABT and LR_ABT-registers? or are those just mirrors of R13 and R14 and can I directly use them?
Best regards
Felix