2021-10-07 01:53 AM
Hi !
I use st25r3916 and esp32 for i2c or spi communication on my custom board.
I'm referring to the st25r3916 i2c, spi driver related documents and codes from the link below.
https://www.st.com/en/embedded-software/stsw-st25r-lib.html#documentation
Among the code examples received from the link, RFAL examples look to use when controlling using an external mcu(esp32), but it is more complicated than I think.
Thanks!
Solved! Go to Solution.
2021-11-03 02:50 AM
Hi,
there seems to have happened some activity on stm32duino:
https://github.com/stm32duino/X-NUCLEO-NFC06A1
Best Regards, Ulysses
2021-10-07 05:50 AM
Hi,
I have seen some activities on https://github.com/stm32duino/X-NUCLEO-NFC05A1 which may be interesting for you. Very similar should apply for the NFC6/ST25R3916 as well. However I cannot comment on the quality of the software provided there.
In general we are developing only one driver for our ST25R devices which is the RFAL. We don't have a minimal drivers for our chips as it is difficult to decide which features to remove. My recommendation is to stay close on RFAL and port it over to your platform. This gives you a convenient way to build on known to work, maintained code.
Best Regards, Ulysses
2021-11-03 02:50 AM
Hi,
there seems to have happened some activity on stm32duino:
https://github.com/stm32duino/X-NUCLEO-NFC06A1
Best Regards, Ulysses