Skip to main content
andreaspiezia9
Associate III
June 10, 2019
Question

nucleo_f401re.h of X-Cube-BLE1 software pack not found

  • June 10, 2019
  • 0 replies
  • 715 views

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
 ******************************************************************************

0690X000008iR7cQAE.png

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

This topic has been closed for replies.