2023-09-01 09:11 PM - edited 2023-09-01 09:26 PM
Hello.
I have two nucleo boards, first one is NUCLEO-L476RG other one is NUCLEO-F767ZI
And I have one X-NUCLEO-NFC08A1 (ST25R3916B).
I want to use NFC08A1 on NUCLEO-F767ZI (or other board).
I have started to create new project on STM32CubeIDE.
And I copied sample codes from NFC08A1 EXAMPLE PROJECT.
I modified code to avoid error and warning. and It is done.
But, The code that I created is not working.
sadly, I do not know why.
May I get simple code for ST25R3916B? Example code privided from ST is very complicated.
I am gonna attach my source codes and provided example codes from ST.
Please help me!! :crying_face:
my code
https://drive.google.com/file/d/1UCDHrzmj59AH6B0b1C6I15UvrhaD2Ykm/view?usp=drive_link
st code
https://drive.google.com/file/d/1dEmPlHNlsBykh4ErHa3s9A3vB4GcDaa1/view?usp=drive_link
Solved! Go to Solution.
2023-09-02 11:03 AM
Hi,
make sure to enable the ST25R_SELFTEST in order to debug your port. Then step through st25r3916Initialize() to identify the problem.
Make sure to compile with ST25R3916B switch. Also check that
Rgds
BT
2023-09-02 12:58 AM - edited 2023-09-02 12:58 AM
Hello @Sellyette
If you find the ST exemples are complicated. I suggest you to take a look at this library developed by ST to be used in STM32DUINO (programming STM32 boards using Arduino IDE).
Hope this is helpful for you. If your question is answered please check this answer as best answer to be diffused.
Best regards.
II
2023-09-02 09:44 AM
May I use this Duino Library for STM32CubeIDE? =)
2023-09-02 09:56 AM - edited 2023-09-02 09:58 AM
Hello @Sellyette
I don't think so, you can just use it with Arduino IDE. If you want to use CubeIDE, you have to use this library. You can find exemples that will help you. My advice is to start from an exemple and do necessary modifications.
If this answers your questions please check it as best answer to be diffused.
Best regards.
II
2023-09-02 11:03 AM
Hi,
make sure to enable the ST25R_SELFTEST in order to debug your port. Then step through st25r3916Initialize() to identify the problem.
Make sure to compile with ST25R3916B switch. Also check that
Rgds
BT