2020-06-17 03:30 AM
Hi,
I decided on adding the ST25R3911B to a project I work on.
I puchase the ST25R3911B-DISCO and for start I would like to "play" with the L4 firmware in order to understand how to manage the ST25R3911B correctly.
My problem is that the STSW-ST25R002 (oftware contains the ST25R3911B-DISCO firmware source, which is an USB HID controlled application for STM32L476) is given as a project for Keil. The L4 is not free for use with Keil.
Is there a way to get the firmware project on some other free IDE?
Thanks.
Solved! Go to Solution.
2020-06-24 01:26 AM
Hi,
ST25R3911B-DISCO is good for playing with the chip and see its capabilities. However the firmware is somewhat heavy due to it also handling USB and forwarding all methods through some legacy APIs to a PC.
If you intend to start your own firmware development then I recommend you to start of with X-NUCLEO-NFC05 + X-CUBE-NFC5. It comes with sample projects for major toolchains including free ones.
If you use NUCLEO-L476 then your binaries will also run on ST25R3911B-DISCO (only raw TTL UART though).
Regards, Ulysses
2020-06-24 01:26 AM
Hi,
ST25R3911B-DISCO is good for playing with the chip and see its capabilities. However the firmware is somewhat heavy due to it also handling USB and forwarding all methods through some legacy APIs to a PC.
If you intend to start your own firmware development then I recommend you to start of with X-NUCLEO-NFC05 + X-CUBE-NFC5. It comes with sample projects for major toolchains including free ones.
If you use NUCLEO-L476 then your binaries will also run on ST25R3911B-DISCO (only raw TTL UART though).
Regards, Ulysses