IO Signal Description Table Spread sheet for MPC5748G

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IO Signal Description Table Spread sheet for MPC5748G

2,061件の閲覧回数
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.

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

1,830件の閲覧回数
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 件の賞賛
返信

1,830件の閲覧回数
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 件の賞賛
返信

1,830件の閲覧回数
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