CLRC663: Modemoff bit in reader library

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

CLRC663: Modemoff bit in reader library

ソリューションへジャンプ
1,419件の閲覧回数
thehardgamer
Contributor II

Hello everyone, according to the CLRC663 datasheet's page 65, address 00h the 7th bit is standby and 6th one is modemoff bit but in the nfc reader library's Rc663_Reg.h, the standby bit is 0x80U and i can't find the modemoff bit in the header, can any one help?

タグ(2)
0 件の賞賛
返信
1 解決策
1,374件の閲覧回数
KaiLi
NXP TechSupport
NXP TechSupport

Yes, you are right. There is no MACRO for Modemoff bit configuration, but you can call API function (

phStatus_t phhalHw_Rc663_WriteRegister(phhalHw_Rc663_DataParams_t * pDataParams, /**< [In] Pointer to this layer's parameter structure*/
                                                                         uint8_t bAddress,                                                 /**< [In] Register Address. */
                                                                         uint8_t bValue                                                       /**< [In] Register Value. */
                                                                        );
to configurate your application.

元の投稿で解決策を見る

1 返信
1,375件の閲覧回数
KaiLi
NXP TechSupport
NXP TechSupport

Yes, you are right. There is no MACRO for Modemoff bit configuration, but you can call API function (

phStatus_t phhalHw_Rc663_WriteRegister(phhalHw_Rc663_DataParams_t * pDataParams, /**< [In] Pointer to this layer's parameter structure*/
                                                                         uint8_t bAddress,                                                 /**< [In] Register Address. */
                                                                         uint8_t bValue                                                       /**< [In] Register Value. */
                                                                        );
to configurate your application.