2019-11-22 02:22 PM
Hello, I'm trying to use ready project for nucleo f103rb, im extracting files, and opening project in "System workbench for stm32", I get errors when building like "
fatal error: opening dependency file Middlewares/ST/RFAL/rfal_analogConfig.d: No such file or directory rfal_analogConfig.c /STM32F1xx-ST25R95-Polling/Middlewares/ST/RFAL line 342 C/C++ Problem
", if I try to add rfal and the rest of files to existing working project (I'm trying to connect nfc04a1 with nfc03a1 in my project, so I need both of them to work together". It would be great if anyone could just send to me working version of project distributed in Cube for SW4STM32.
P.S. Is it possible to add this library to STM32Cube? I mean NFC_V2.0.0 and how to do this? I tried with adding zip and so on ... but nothing worked :(.
Solved! Go to Solution.
2019-11-25 01:13 AM
Hi,
I've downloaded the en.x-cube-nfc3 package and unzip it. I've double clicked on .cproject file in en.x-cube-nfc3\STM32CubeExpansion_NFC3_V2.0.0\Projects\STM32F103RB-Nucleo\Applications\Polling\SW4STM32\STM32F1xx-ST25R95 to import and to open the project in SW4STM32. Then I've build the project without any issue.
Note: files with .d extension are dependency files generated by SW4STM32. Here are some points to check on your side:
Note: STM32CubeExpansion_NFC3_V2.0.0 cannot be added as a middleware in STM32CubeMx
Rgds
BT
2019-11-25 01:13 AM
Hi,
I've downloaded the en.x-cube-nfc3 package and unzip it. I've double clicked on .cproject file in en.x-cube-nfc3\STM32CubeExpansion_NFC3_V2.0.0\Projects\STM32F103RB-Nucleo\Applications\Polling\SW4STM32\STM32F1xx-ST25R95 to import and to open the project in SW4STM32. Then I've build the project without any issue.
Note: files with .d extension are dependency files generated by SW4STM32. Here are some points to check on your side:
Note: STM32CubeExpansion_NFC3_V2.0.0 cannot be added as a middleware in STM32CubeMx
Rgds
BT