cancel
Showing results for 
Search instead for 
Did you mean: 

st25R3911b-disco API

MelDubs
Associate

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. 

1 REPLY 1
Ulysses HERNIOSUS
ST Employee

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