STM32L476RG + ST25R95 : write in the NFC tag several times and put the data in the rxbuffer following without overwriting previous data.
I'm using the X-NUCLEO NFC03A1 board with the NUCLEO L476RG board. I'm testing the STM32L4xx-ST25R95-Polling software example to exchange datas between my PC and a NFC tag ( an ISO 15693 ICODE SLIX). my tag is a icode slix iso15693 so I use the demoPollNfcV part of the program. When i'm reading and writing on my tag, previous data are overwriting in the rxBuffer by new data. I would like to use wrData as an array of character and write characters after characters and write in the rxBuffer following without delete previous data.
