User Activity

I need to use the energy collection mode of ST25 to wake up L4. The software used now is En.X-Cub-NFC7. How can I modify the example code to set L4 to low power mode and wake up L4 only through the energy of ST25?
Why do I rewrite the code according to the example of nfc07a1, but the string of smartag is always read out? Can I change its code? void MX_NFC7_NDEF_URI_Init(void){ SmarTag_LED_GREEN_On(); while( SMARTAG1_NFCTAG_Init(SMARTAG1_NFCTAG_INSTANCE) !=...
I'm using FP-SNS-SMARTAG1, but I can't write strings correctly with code, and I can't write anything, what should I do? while (1) { /* Wake Up due to RTC timer */ if(WakeUpTimerInterrupt) { WakeUpTimerInterrupt =0; WakeUpTimerCa...
I need to write a specific string to the ST25 tag, but I don't see the use of NFC07A1_NFCTAG_WriteData. What should I do so that the string is written to the tag's address correctly and can be read by NFC?/** * @brief Writes data in the nfctag at ...
Currently, only smartag_WriteData is downloaded from ST official installation package, but I need to store NDEF data, I have noticed that NFC07A1 has NfcTag_WriteNDEF, then how should I add NDEF read/write function in FP-SNS-SMARTAG1? 
Kudos from
Kudos given to