MPC5744A FCCU Configure register

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

MPC5744A FCCU Configure register

765件の閲覧回数
李丽丽
Contributor I

When developing a project,I found the configruation register FCCU_NCFS_CFG2,FCCU_NCFS_CFG3,FCCU_NCFS_CFG4 as show below are not defined in the basic software.

pastedImage_2.png

In the basic software,only NCFSC0-NCFSC31,now I want to configure NCFSC44,how to do?

pastedImage_4.png

0 件の賞賛
返信
3 返答(返信)

710件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hi,

FCCU_NCFS_CFG2,FCCU_NCFS_CFG3,FCCU_NCFS_CFG4 as show below are not defined in the basic software.

You just posted the definition of union based in your screenshot.

I do not see where is the issue.

Simply use :

FCCU.NCFS_CFG[1].R = 0x01000;         // Short reset reaction

as you can see from header file:

pastedImage_3.png

regards,

Peter

0 件の賞賛
返信

710件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hi,

You can simply use direct addressing.

But which header file are you referring to?

We do not have MPC5744A device.

regards,

Peter

0 件の賞賛
返信

710件の閲覧回数
李丽丽
Contributor I

The header file is MPC5744P.h

0 件の賞賛
返信