In project based on exampleRfalPoller.c from library ST25NFC_Embedded_Lib_ST25R3916 and X-NUXLEO-NFC06A1 board I have problem with detection NFC-V tags.After rfalNfcvPollerInitialize(); /* Initialize RFAL for N...
It's XC32 Compiler v2.50 from Microchip.Code works properly also if this structure IS NOT declared as static:ReturnCode iso15693PhyConfigure(const iso15693PhyConfig_t* config, const struct iso15693StreamConfig ** needed_stream_config )
{
struct ...
Finally found the cause of the problem:In rfal_iso15693_2.c compiler didn't initialize stream_config structure. I added few lines, and now NFC-V tags are recognizes correctly.ReturnCode iso15693PhyConfigure(const iso15693PhyConfig_t* config, const st...
Hello, thanks for Your help, but there must be something else.I2C communication is OK, I can read FIFO, and its content is exactly as saved before.Wave on antenna coil looks like manchester coding, and is inconsistent with the ISO/IEC 15693-2 standar...
No, It's no so easy. I have my own board based on PIC32MX connected with X-NuCLEO-NFC06A1. For communication is used I2C bus.#define RFAL_FEATURE_NFCV true /*!< Enable/Disable RFAL support for NFC-V (ISO15693) */
discParam....