eTPU_C registers data structure for MPC5777c (dowloading eTPU functions set from NXP web site) ?

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

eTPU_C registers data structure for MPC5777c (dowloading eTPU functions set from NXP web site) ?

637 Views
enricoferrari
Contributor II

Into etpu_set.zip for eTPU_C of MPC5777c (downloaded from eTPU Function Selector of NXP web site),

mpc5777c_vars_c.h file refers to eTPUC_struct structure definition that isn’t available into downloaded contents.

I would understand if eTPU_C registers (of MPC5777c) really need a structure definition different from that of eTPU A/B and in that case where to find it?

0 Kudos
2 Replies

417 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, I have been confirmed it was an error in mpc5777c_vars_c.h.

Now (or very early) it should be changed to following definition:

/* eTPU characteristics definition */
struct eTPU_struct *eTPU_C = (struct eTPU_struct *)0xFFE00000;

Thanks for pointing it out.

0 Kudos

417 Views
enricoferrari
Contributor II

David,

many thanks for your clarification.

Best Regards,

Enrico Ferrari

Da: davidtosenovjan

Inviato: Tuesday 18 April 2017 3:25

A: FERRARI Enrico (MM)

Oggetto: Re: - Re: eTPU_C registers data structure for MPC5777c (dowloading eTPU functions set from NXP web site) ?

NXP Community <https://community.freescale.com/resources/statics/1000/35400-NXP-Community-Email-banner-600x75.jpg>

Re: eTPU_C registers data structure for MPC5777c (dowloading eTPU functions set from NXP web site) ?

reply from David Tosenovjan<https://community.nxp.com/people/davidtosenovjan?et=watches.email.thread> in MPC5xxx - View the full discussion<https://community.nxp.com/message/897743?commentID=897743&et=watches.email.thread#comment-897743>

0 Kudos