cancel
Showing results for 
Search instead for 
Did you mean: 

code for st25r200

noamyuzukMSH
Associate

 

Hi everyone,

I am working with the STEVAL-25R200SA evaluation board using the ST25R200 GUI software, and everything is functioning correctly.

However, I would like to develop my own software instead.

  1. Using X-CUBE-NFC10 Middleware:

    • Can I use the X-CUBE-NFC10 middleware to read and write NFC tags with this board?
    • I attempted to generate the necessary files, but the generator is not working properly. Specifically, the file "nfc_conf.h" is not being generated as expected, causing errors.
  2. Understanding the Existing Firmware:

    • I have access to the firmware code for the STEVAL-25R200SA, but it is quite complex.
    • I am unsure which parts of the code are essential and which can be ignored.
    • Could someone guide me on how to approach this or point me to relevant documentation?
    • i don't need to use uart for example.

Any help would be greatly appreciated!

Thanks!

1 REPLY 1
Ulysses HERNIOSUS
ST Employee

Hi,

the easiest demos available are the ones in ST25 Embedded NFC lib. They include NDEF read/write, and many other demo applications. They are also  meant to be easily portable to non-STM32 MCUs.

Also X-CUBE-NFC10 should work. Not sure why that file would not be created. If you detail all the steps you are performing then maybe @Rene Lenerve could comment.

BR, Ulysses