projects in en.x-cube-nfc3.zip doesn't compile
I downloaded the software pack en.x-cube-nfc3.zip for the nucleo NFC-03A1.
I tried to import the demo STM32F401RE_NUCLEO_PollingTagDetectNdef.
If I do a normal import into workspace, the imported project contains only link to non existing files.
I can import the projet only if I select Import AC6 System ...
In this case, the compiler aborts with this message: arm-none-eabi-gcc "C:/ws/STM32CubeExpansion_NFC3_V2.1.0/Middlewares/ST/rfal/Src/rfal_analogConfig.c" -mcpu=cortex-m4 -std=gnu11 -g3 -DUSE_HAL_DRIVER -DSTM32F401xx -DSTM32F401xE -DUSE_LOGGER -DST25R95 -c -I../../../Inc -I../../../../../../../Drivers/STM32F4xx_HAL_Driver/Inc -I../../../../../../../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../../../../../../../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../../../../../../../Drivers/CMSIS/Include -I../../../../../../../Drivers/BSP/Components/ST25R95/ -I../../../../../../../Drivers/BSP/STM32F4xx-Nucleo -I../../../../../../../Middlewares/ST/rfal/Inc -I../../../../../../../Middlewares/ST/ndef/Inc/message -I../../../../../../../Middlewares/ST/ndef/Inc/poller -Os -ffunction-sections -Wall -fstack-usage -MMD -MP -MF"Middlewares/ST/RFAL/rfal_analogConfig.d" -MT"Middlewares/ST/RFAL/rfal_analogConfig.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Middlewares/ST/RFAL/rfal_analogConfig.o"
In file included from ../../../../../../../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h:29:0,
from ../../../Inc/stm32f4xx_hal_conf.h:234,
from ../../../../../../../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h:30,
from ../../../Inc/platform.h:59,
from ../../../../../../../Middlewares/ST/rfal/Inc/rfal_analogConfig.h:57,
from C:/ws/STM32CubeExpansion_NFC3_V2.1.0/Middlewares/ST/rfal/Src/rfal_analogConfig.c:42:
../../../../../../../Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h:30:10: fatal error: stm32f4xx.h: No such file or directory
#include "stm32f4xx.h"
The stm32f4xx.h is not present in the zip.
Can you give me an working projet?
Best regards,
PDP
