The NFC Class Extension driver implements all NFC device driver interfaces and standard NFC protocols and formats based on the NFC Forum NFC Controller Interface (NCI) Technical Specification
Other
57
stars
27
forks
source link
Unneeded 30ms delay at NfcCx initialization waiting for NCI2.0 CORE_RESET_NTF #14
The 30 ms delay added to wait CORE_RESET_NTF might be unneeded.
The CORE_RESET_NTF could be managed in the NFC Client in the PreInit Sequence portion.
Once received, the sequence could be sequence could signaled as completed to the NfcCx.
The 30 ms delay added to wait CORE_RESET_NTF might be unneeded. The CORE_RESET_NTF could be managed in the NFC Client in the PreInit Sequence portion. Once received, the sequence could be sequence could signaled as completed to the NfcCx.