User Activity

Hi. I am writing a bootlloader application that can erase, rewrite, and jump to a user application.As a starting point, I want to make sure I can erase the user application, but the erase seems to have no effect. My sector erase code is below.uint32_...
Hi. I am using the st25r3916b to emulate an nfca card. This working most of the time, different readers are able to read the emulated card and the exchange behaves as expected.Sometimes the reader device sends the SLP_REQ command but I am not sure ho...
I am trying to use the st25r3916b in listen mode to act as an NFCA card.After successful calls to rfalNfcInitialize() and rfalListenStart(RFAL_LM_MASK_NFCA, ...) I am entering into a loop and calling rfalWorker(). In the same loop I call rfalListenGe...