2023-10-26 04:09 PM
I have an M24LR04 NFC tag on the X-Nucleo-02A1 board connected to the Nucleo-F401RE board. I have initialized the I2C ports and other ports in STM32CubeIDE. I would like assistance writing a simple code to write some data to the M24LR04 EEROM and then read from it afterward. Can you help me with that?
2023-10-30 11:42 AM
Hi, Thank you for your response,
now I am facing new challenge, I tried to import this project in STM32CubeIDE 1.13 by running .project file in SW4STM32 folder, but that doesn't make a stm32 project.
the log of converting(importing) X-cube-nfc2 is like below:
Project: STM32F4xx-Nucleo-WriteURI
Converter: ST System Workbench for STM32 project converter
Date: 20231030
Option fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.noexceptions is no longer supported
Option fr.ac6.managedbuild.tool.gnu.cross.cpp.linker.nortti is no longer supported
How Can I use this project for my purpose?
Thank you