ST25DV NFC Android App fastReadMailboxMessage and hasHostPutMsg Problems
Hi,
I am building an android app to read mailbox with fastReadMailboxMessage() function. I have already had problems with that function and read somewhere on community.st that this function doesn't work and I should just use readMailboxMessage() instead.
So Question 1:
Does fastReadMailboxMessage() really not work on android java application?
Q2:
If I use readMailboxMessage() instead does it use the fast read or it's already a slower access? (slower than 53kbps)
I also encountered problems with hasHostPutMsg register read through RF. After a successful mailbox read with a phone (all bytes available) hasHostPutMsg register should go back to 0 but for me it stays 1 till I reset the MB. Why could it happen like this?
I send 250bytes of data through I2C once, then read with RF and HostPutMsg is still 1
I appreciate Your quick help!
