MPC5744A FCCU Configure register

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MPC5744A FCCU Configure register

646 次查看
李丽丽
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 回复数

591 次查看
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 项奖励
回复

591 次查看
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 项奖励
回复

591 次查看
李丽丽
Contributor I

The header file is MPC5744P.h

0 项奖励
回复