IO Signal Description Table Spread sheet for MPC5748G

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

IO Signal Description Table Spread sheet for MPC5748G

1,085 Views
rethi_nam
Contributor I

Could any one share me "IO_Signal_Description_and_Input_multiplexing_tables.xls" file for MPC5748G 176QFP package. This file is not attached on  MPC5748GRM under section 4.1.1.

Labels (1)
0 Kudos
3 Replies

854 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

you must see attachments in the pdf file.

pastedImage_1.png

it could be some pdf viewer does not allow to show this.

BR, Petr

0 Kudos

854 Views
hc17
Contributor I

Hello, Petr

I can find the excel attachment "IO_Signal_Description_and_Input_multiplexing_tables.xls" , but it seems that the table "Pin Muxing" like that in the reference manual of MPC5744P still misses., which is needed for pads configuration. How do you fix that? 

Thanks.

Chao 

0 Kudos

854 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

no fixing is needed, this excel contains all you need to properly configure the pad, it has same info as MPC5744P Pin muxing table.

pastedImage_1.png

the usage of given register number depends on SIUL structure definition in device peripheral header file.

There could be MSCR[1024] defined but most often MSCR[512] followed by IMCR[512]. In this case you need subtract 512 from given number, e.g.

SIUL.IMCR[525-512] = 2;  // connect eMIOS0_ch13 input with pad PA[0]  

BR, Petr