2019-06-10 09:49 AM
Hi,
I am exploring X-NUCLEO_IDB05A1 with STM32F401RET Nucleo, and I'm following Tutorial 7 – Using the X-Cube-BLE1 software pack (UM1718) , I'm getting build errors in console. Errors like:
..\Src\app_x-cube-ble1.c:37:27: fatal error: nucleo_f401re.h: No such file or directory
#include "nucleo_f401re.h"
I've looked for the file but it hasn't been generated.
Instead in file stm32f4_nucleo_f401re.h there is written:
******************************************************************************
* @file : nucleo_f401re.h
* @brief : header file for the BSP Common driver
******************************************************************************
Is it a name convention issue?
My I replace
#include "nucleo_f401re.h" with #include "stm32f4_nucleo_f401re.h" in file app_x-cube-ble1.c ?
Thanks
Andrea