Configuration problem with x-cube-ble1 and Stm32cubeMx 5.6.1. Incompatibility problem?
Hi,
I am a newbie on microcontroller but, I can read / write on the GPIO port and control a servo motor in PWM with a timer.
Now, I am starting to play around with ST BLE for control the GPIO port and servo motor.
I use:
- Nucleo-F401RE
- X-NUCLEO-IDB05A1 board.
To check my hardware and configation, I tested the demo programs and everything works fine.
Now, I would like to create my application using the X-NUCLEO-IDB05A1 board.
To configure the Nucleo-F401RE, I use Stm32CubeMx 5.6.1.

I installed :
- STM32F4 1.25.0 Package

- X-Cube-BLE1 5.0.0 stack and sample applications for BlueNRG-MS module.

I created a new project and followed the configuration procedure indicated in the document:
- "Getting started with the STMicroelectronics X-CUBE-BLE1 software package for STM32CubeMX"
- I fine this document here:
- C: \ STM32Cubeprojects \ Packs \ STMicroelectronics \ X-CUBE-BLE1 \ 5.0.0 \ Documentation
At the end of the configuration procedure, in the "Project Manager -> Advanced setting" tab I should get this:

But I get this:

Why am I missing functions in "Generated function calls"?
By going in "Additional software", at the level of the configuration of X-CUBE-BLE1 I notice that I have purple crosses in front of Controller and HCI_TL.
In "Warning", it says "This component has unresolvable dependencies".

Why do I have purple crosses in front of Controller and HCI_TL?
I think my problem comes from there.
Could you help me please?
Thanks in advance

