We bought this kit: https://www.nxp.com/products/rfid-nfc/nfc-hf/nfc-readers/nfc-controller-development-kit:OM27462CDKP
We read some card data, and now want to send the data via its uart.
On uart,we have connected a small bluetooth module HC05 which require only two pins i.e UART_TX & UART_RX.
Can we send and receive data over UART on this kit? Is there any example code?
We tried the code "PN7462AU_ex_phExHif" , and try to edit its function but there always seems to be error like USER_ASSERT(0)
Are there generic functions like UART_DATA_TX() & UART_DATA_RX() ??