How does a ucd3138 program run?
What i know is there is a deadloop in main.c, the chip will keep executing main.c until fault happens. But my colleague also told me ucd3138 execute standard interrupt every 100us.
But how is it done? I didn't see any sentence in the main.c that can jump to standard interrupt.c
In main.c, i can only see the initialization sentences and a dead loop. Hwo does it jump to standard interrupt?
The deadloop is like this: