ADC Interrupt timing 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 configuring (TC377) multiple adc group with multiple interrupt, the configurations are

G0 Ch0
G1 Ch0

i getting two interrupts in every 750ns (sample time is 100ns and result generation time 650ns as per the datasheet)

but if i configure

G0 ch0,Ch1

G1 Ch0

but both interrupt getting triggered every 1.5us .

as per my configuration it should be like

G0 1.5us and G1 750ns... both timing diagram i have attached here..


note : i have tried for both channel and result priority ..
5150.attach5151.attach

kindly help me to sort this out.

thanks in advance
0 Likes
2 Replies
NeMa_4793301
Level 6
Level 6
10 likes received 10 solutions authored 5 solutions authored
Is this with MCAL, iLLD, or your own code?

What's in SRC_VADCG0SR0 and SRC_VADCG1SR0?
0 Likes
lock attach
Attachments are accessible only for community members.
User20162
Level 3
Level 3
10 replies posted 10 questions asked 5 replies posted
SRC_VADCG0SR0 = 0, SRC_VADCG1SR0 = 0.

I have modified the iLLD program. please find the attachment of my workspace..


anything i need to change in my workspace???
0 Likes