MPC5744A FCCU Configure register

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

MPC5744A FCCU Configure register

481 Views
李丽丽
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 Kudos
3 Replies

426 Views
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 Kudos

426 Views
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 Kudos

426 Views
李丽丽
Contributor I

The header file is MPC5744P.h

0 Kudos