Skip to main content
Explorer
May 2, 2024
Solved

st25r3916 Firmware migration

  • May 2, 2024
  • 1 reply
  • 969 views

Hi all,

I would like to migrate your example code from st25r3916 disco demo board to my own microcontroller to use it as a card emulator. I have downloaded the "STSW-ST25R011" firmware.

I already tried by myself, removing many code but i had no sucess. I plan to start again from scratch, so any hint will be high appreciatted

    This topic has been closed for replies.
    Best answer by Ulysses HERNIOSUS

    Hi SG3,

    I would rather recommend using a nucleo setup: X-NUCLEO-NFC06/08 with NUCLEO-L476. With this you can directly use the pairing demo from ST25 NFC Lib (STSW-ST25R-LIB / STSW-ST25R016).

    Of course you can also try to use the pairing demo on your disco board setup but some porting will be needed as the pinout is not the same.

    BR, Ulysses

    1 reply

    Technical Moderator
    May 3, 2024

    Hi SG3,

    I would rather recommend using a nucleo setup: X-NUCLEO-NFC06/08 with NUCLEO-L476. With this you can directly use the pairing demo from ST25 NFC Lib (STSW-ST25R-LIB / STSW-ST25R016).

    Of course you can also try to use the pairing demo on your disco board setup but some porting will be needed as the pinout is not the same.

    BR, Ulysses

    SG3Author
    Explorer
    May 9, 2024

    Thank you!