Trig ADC start of conversion from CCU60 T13

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

cross mob
lock attach
Attachments are accessible only for community members.
FD_aurix
Level 5
Level 5
100 sign-ins 100 replies posted 5 solutions authored

Hi all

I'm tring to set up the ADC start of conversion from the period match event of the CCU60 T13 timer.

I've set XTSEL to 0 (to select SR3 of the EVADC) but then I've notice that SR3 is only set if the interrupt enable (in this case CCU60_IEN.ENT13PM) .

This means I can't have SR3 without having an additional interrupt on the period match event? There is a way to avoid?

 

0 Likes
1 Solution
Nambi
Moderator
Moderator
Moderator
50 likes received 5 likes given 100 solutions authored
2 Replies
Nambi
Moderator
Moderator
Moderator
50 likes received 5 likes given 100 solutions authored

Hi,

Can you refer to the Aurix Development Studio(ADS) example for https://www.infineon.com/dgdl/Infineon-AURIX_CCU6_ADC_1_KIT_TC397_TFT-Training-v01_00-EN.pdf?fileId=...

Best Regards.

FD_aurix
Level 5
Level 5
100 sign-ins 100 replies posted 5 solutions authored

Solved ,Thanks! I was tring to use only the init function  present into the Illd (IfxCcu6_Timer_initModule) and with only this function is not possible since the setting of the interrupt source signal and routing is possible only if the interrupt is enabled!

0 Likes