Hi,
Is there an example on how to create/use AM335x exception hooks?
There are examples for ARM M3 (with Exception module embedded in hwi module) and C64x (with a separate Exception module), but none of these appears to work for this ARM (AM335x).
I know how to set an error hook but not how to make an exception hook work.
I would be happy to be able to get out the exception information (PC, LR etc) the same way it now does when crashing in emulator, also when not connected with an emulator.
Thanks!