nfc-pn544.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. Kernel driver for the NXP Semiconductors PN544 Near Field
  2. Communication chip
  3. General
  4. -------
  5. The PN544 is an integrated transmission module for contactless
  6. communication. The driver goes under drives/nfc/ and is compiled as a
  7. module named "pn544".
  8. Host Interfaces: I2C, SPI and HSU, this driver supports currently only I2C.
  9. Protocols
  10. ---------
  11. In the normal (HCI) mode and in the firmware update mode read and
  12. write functions behave a bit differently because the message formats
  13. or the protocols are different.
  14. In the normal (HCI) mode the protocol used is derived from the ETSI
  15. HCI specification. The firmware is updated using a specific protocol,
  16. which is different from HCI.
  17. HCI messages consist of an eight bit header and the message body. The
  18. header contains the message length. Maximum size for an HCI message is
  19. 33. In HCI mode sent messages are tested for a correct
  20. checksum. Firmware update messages have the length in the second (MSB)
  21. and third (LSB) bytes of the message. The maximum FW message length is
  22. 1024 bytes.
  23. For the ETSI HCI specification see
  24. http://www.etsi.org/WebSite/Technologies/ProtocolSpecification.aspx