In the file ports_ChangeNoticeEdgeStatus_Default.h,function PORTS_PinChangeNoticeEdgeHasOccurred_Default is written as: return _SFR_BIT_READ(_PORTS_CN_EDGE_STATUS_B_VREG(index) + ((channel-1) * 0x40), bitPos);I believe it needs to be: return _SFR_BIT_READ..
↧