2021-09-04 04:16 AM
I need to use STMCube IDE to work with STEVAL-SMARTAG1. Is there any sample project available ?
I might not be required to access any sensors, so if there is any altered code available which only support NFC feature, would be better.
#STEVAL-SMARTAG1
Solved! Go to Solution.
2021-09-06 09:14 AM
Hi,
the STEVAL-SMARTAG1 board and its associated FW is intended to demonstrate an NFC sensor node. Customers using only the ST25DV dynamic tag usually base their developments on ST25DV-DISCOVERY kit and its associated STSW-ST25DV001 FW which support various IDE.
Rgds
BT
2021-09-06 01:30 AM
Hi,
see readme.txt in STM32CubeFunctionPack_SMARTAG1_V3.1.0\Projects\STM32L031K6-SmarTag1\Examples\SmarTag1 for explanation about STM32L0 flash size constraints and unavailability of STM32CubeIDE project files.
Anyway, if you only need NFC communication, I would suggest to create an STM32L031K6 project skeleton for STM32CubeIDE with STM32CubeMX and then to import the various files from STM32CubeFunctionPack_SMARTAG1_V3.1.0.
Rgds
BT
2021-09-06 01:50 AM
Hi Biran,
Thank you for the response.
Currently I'm in middle of doing the same, so wanted to check that do we have any similar application already available or can you prepare one and share here.
This might help everyone !!
Regards,
Tanmay Chauk
2021-09-06 09:14 AM
Hi,
the STEVAL-SMARTAG1 board and its associated FW is intended to demonstrate an NFC sensor node. Customers using only the ST25DV dynamic tag usually base their developments on ST25DV-DISCOVERY kit and its associated STSW-ST25DV001 FW which support various IDE.
Rgds
BT