Other Parts Discussed in Thread: SYSBIOS
Hi,
Let me talk about SYS/BIOS of exception for AM335x.
When an exception occurs on the ARM processor, it moves to an exception handler.
"C:\ti\bios_6_52_00_12\packages\ti\sysbios\family\arm\excException.c"
Exception_excHandler function
It is confirmed there,
1. Can I move the processing to the specified function for each type of exception?
2. Is there any documentation on how to set up on CCS etc. when implementing exception handling?
3. Is there a way to temporarily cancel an exception?
Best Regards
Hiroyasu