HCE_T4T example : UID bytes (one byte defined by HW)

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

HCE_T4T example : UID bytes (one byte defined by HW)

227 Views
Hassan
Contributor I

Hello Friends !

in phApp_HALConfigAutoColl function, there is a call to the function : "phhalHw_Pn5180_SetListenParameters(pHal,&sens_res[0],&nfc_id1[0],sel_res,&poll_res[0],nfc_id3);"

nfc_id1 is declared as :

uint8_t nfc_id1[3] = {0x4E, 0x6F, 0x45}; /* UID bytes (one byte defined by HW) */

The comment says "one byte defined by HW".

Here is my question : how can avoid this by defining explicitly the fourth byte of nfc_id array ?

Thank you in advance.

Hassan

0 Kudos
0 Replies