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

AURIX™ Forum Discussions

Atharva
Level 1
Level 1
First question asked Welcome!

Hi,

I would like to route the TOM Channels to TIM as I would like to generate an interrupt with PWM raising edge.

Is it possible to route the TOM Channels to TIM. If yes could you please give the solution for this query

0 Likes
1 Solution
Prudhvi
Moderator
Moderator
Moderator
25 likes received 50 solutions authored 250 sign-ins

Hi Atharva,

According to AURIX TC3xx User Manual (see link below) Chapter 28.4.1 Overview -> Figure 9 TIM auxiliary input multiplexing, the channel has to be fixed, (i.e., TOM0 can only connect to TIM0) in other words a (A)TOMx_Chy can be connected to TIMx_CHy and no other TIM channels for your use case.

The configuration is defined in CCMx defining the Source Selection Register AUX_IN_SRC for TIMx_Chy

https://www.infineon.com/dgdl/Infineon-AURIX_TC3xx_Part2-UserManual-v01_00-EN.pdf?fileId=5546d462712...

Regards,

Prudhvi.

View solution in original post

0 Likes
2 Replies
Prudhvi
Moderator
Moderator
Moderator
25 likes received 50 solutions authored 250 sign-ins

Hi Atharva,

Please refer to the below code example available in the GitHub:

https://www.infineon.com/dgdl/Infineon-GTM_TIM_Capture_1_KIT_TC375_LK-Training-v01_00-EN.pdf?fileId=...

Regards,

Prudhvi.

0 Likes
Prudhvi
Moderator
Moderator
Moderator
25 likes received 50 solutions authored 250 sign-ins

Hi Atharva,

According to AURIX TC3xx User Manual (see link below) Chapter 28.4.1 Overview -> Figure 9 TIM auxiliary input multiplexing, the channel has to be fixed, (i.e., TOM0 can only connect to TIM0) in other words a (A)TOMx_Chy can be connected to TIMx_CHy and no other TIM channels for your use case.

The configuration is defined in CCMx defining the Source Selection Register AUX_IN_SRC for TIMx_Chy

https://www.infineon.com/dgdl/Infineon-AURIX_TC3xx_Part2-UserManual-v01_00-EN.pdf?fileId=5546d462712...

Regards,

Prudhvi.

0 Likes