This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM3356: RTOS exception questions

Part Number: AM3356
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