ADC ISR execution doubt/issue?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
User20162
Level 3
Level 3
10 replies posted 10 questions asked 5 replies posted
Hi,

I am using TC377TP to configure the ADC, i am configuring channel request to the respective channel to get service request.

i tried single group and single channel.. G0- CH0, single conversion mode.

i am getting interrupt once the conversion got completed which mean once the G0CEFLAG is SET.

i have to clear that FLAG using G0CEFCLR.

but i am not calling any clear flag register, my understand is if we not clear the flag the ISR keep on hitting, but that time also only one time my ISR get executing,

i checked the G0CEFLAG, it is SET after the execution of ISR..

please let me know my understand is wrong or How Interrupt and ISR works in AURIZ TC377//

Thanks in advance
0 Likes
0 Replies