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.
In the basic software,only NCFSC0-NCFSC31,now I want to configure NCFSC44,how to do?
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:
regards,
Peter
Hi,
You can simply use direct addressing.
But which header file are you referring to?
We do not have MPC5744A device.
regards,
Peter
The header file is MPC5744P.h