MPC5777c, eTPU: input pins configuration

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC5777c, eTPU: input pins configuration

Jump to solution
951 Views
cedric_toncanie
Contributor I

Hi,

On MPC5777  we configures eTPU B channel 0-1 as inputs (PCR147 -148) with PA = Primary function and IBE set to 1.

SIU PCR 147 Configuration Register:

pastedImage_2.png

Despite state changes on eTPU inputs pins, we still see 0 inside CSCR.IPS. Like there was no activity on the pins.

eTPU B CSCR Register:

pastedImage_1.png

We are able to play on the output pins. Our ETPU source code is running perfectly on MPC5644A.

ETPU B Configuration Register:

pastedImage_3.png

ETPU B Time Base Configuration Register:

pastedImage_4.png

Do you have any suggestions about maybe a missing SIU/ETPU configuration ?

Best Regards,

Cedric

Tags (2)
1 Solution
767 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

This is probably caused by IGF filter, which is placed between pad and some eTPU channels.
See chapter 39.1.3 “IGF interaction with other modules” of the device RM for more info. By default the IGF is in configuration mode (MCR[FGEN]=0) and the filter output is kept at logic '0' state. You can enable the filter by setting FGEN bit. By default, bypass mode is selected so enabling the IGF should be enough to see transitions on the eTPU channel.

From Table 39-3 you can see IGF_1 channels 17-31 are mapped to ETPUB0-14.

BR, Petr

View solution in original post

2 Replies
767 Views
cedric_toncanie
Contributor I

Thank you Petr. It solved my issue. 

0 Kudos
768 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

This is probably caused by IGF filter, which is placed between pad and some eTPU channels.
See chapter 39.1.3 “IGF interaction with other modules” of the device RM for more info. By default the IGF is in configuration mode (MCR[FGEN]=0) and the filter output is kept at logic '0' state. You can enable the filter by setting FGEN bit. By default, bypass mode is selected so enabling the IGF should be enough to see transitions on the eTPU channel.

From Table 39-3 you can see IGF_1 channels 17-31 are mapped to ETPUB0-14.

BR, Petr