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.

How does UCD3138 firmware work?

Other Parts Discussed in Thread: UCD3138

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: