Skip to main content
Visitor II
June 28, 2024
Solved

st25R3911b-disco API

  • June 28, 2024
  • 1 reply
  • 605 views

Hello, I am trying to develop an application capable of communicating with the STR3911B-Disco discovery kit. To do this I have downloaded the ST25SDK001 software and its API. I'm developing my application in C++ on QT creator, the final goal is to create a library that can interface with the kit. I'm making this library to embed it but I'm unable to find the serial commands to send. ST25SDK001 is developed in Java and not in C. Is there a way of finding the sources and commands for the lower layer, or are they protected? Thanks in advance.

Regards,

MelDubs. 

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

    Hi MelDubs,

    STSW-ST25R001 includes the DLL and a header file for C/C++ in its installation. As well a demo project is included. The functions are more or less direct forwards of firmware functions for which you can also find the sources.

     

    BR, Ulysses

     

     

     

    1 reply

    Technical Moderator
    July 1, 2024

    Hi MelDubs,

    STSW-ST25R001 includes the DLL and a header file for C/C++ in its installation. As well a demo project is included. The functions are more or less direct forwards of firmware functions for which you can also find the sources.

     

    BR, Ulysses