2018-12-13 05:38 AM
I'm embarking on a project with the ST25 NFC chip. ST provides an XCube pack but I can't figure out how to install. MXCube complains that it can't handle the .zip file (en.x-cube-nfc4.zip). Should I have kept my old version of MXCube? I just updated to the latest..
Solved! Go to Solution.
2018-12-14 07:59 AM
Additional comments for someone coming down this same trail...
Unzip the file (en.x-cube-nfc4.zip) into the CubeMX repository area (your-home-dir/STM32Cube/Repository.
From the CubeMX Project Manager tab, instead of "Use Default Firmware Location", browse to the path of your-home-dir\STM32Cube\Repository\en.x-cube-nfc4\STM32CubeExpansion_NFC4_V1.2.0
That will include all of the NFC support you'll need. Then you can copy over parts of the NFC sample from the file en.x-cube-nfc4.zip which will likely have a different name by the time you read this.
Hope this helps,
John
2018-12-13 05:41 AM
Just unpack the archive, it doesn't integrate with CubeMX
2018-12-13 05:50 AM
OK, Clive. Thanks for that. Glad I just started barking up this tree.
Be well.
2018-12-14 07:59 AM
Additional comments for someone coming down this same trail...
Unzip the file (en.x-cube-nfc4.zip) into the CubeMX repository area (your-home-dir/STM32Cube/Repository.
From the CubeMX Project Manager tab, instead of "Use Default Firmware Location", browse to the path of your-home-dir\STM32Cube\Repository\en.x-cube-nfc4\STM32CubeExpansion_NFC4_V1.2.0
That will include all of the NFC support you'll need. Then you can copy over parts of the NFC sample from the file en.x-cube-nfc4.zip which will likely have a different name by the time you read this.
Hope this helps,
John