ST25DV64K - Custom Command To Read Mailbox Buffer?
In follow up to my earlier question on reading Mailbox Memory from our iOS app, we are trying to pass the Read Msg command, but looks like this needs address flag set and UID needs to be passed. But when we try to pass the address flag and UID along with "AC" read command code, we get Stack Error along with Invalid Parameters error.
- The most recently released ST ios App seems to work fine with same Custom command. The source code in your site is not updated to reflect the latest changes you have made. So, we would like to get the latest source code and the code implementation specifically for Reading mailbox buffer
- Should we always check Message Buffer Length before calling ReadMsg (or) we can always 256 bytes of memory with null data returned for empty buffer
- Could you please also point to the section in the Data sheet to refer the different mailbox command implementations to understand which commands would need .address request flags along with UID
