X-CUBE-BLE1 BlueNRG-MS: MX_BlueNRG_MS_Init() and MX_BlueNRG_MS_Process() Not in Generated Functions Call
- January 11, 2023
- 1 reply
- 1835 views
Hello,
I am trying to make my first Bluetooth firmware to do a very simple function (Use Bluetooth app to turn an LED ON/OFF). My versions for everything is as follows:
STM32CubeMX: 6.6.1
X-CUBE-BLE1: 6.2.3
My components are:
NUCLEO-F401RE
NUCLEO-IDB05A2
I want to create a base template to learn what the CubeMX handles for you and what I have to develop myself, but I am getting conflicting information. Please see the guide that I am using that is attached to this.
In Section 6.1. "Use of Expansion Software without Sample Applications."
They have this:
It lists MX_BlueNRG_MS_Init() and MX_BlueNRG_MS_Process() as functions that can be generated. However, when I try to create my own project, they are not present in the list.
When I do select a device application (i.e. SensorDemo), the init and process function generation call do appear.
Does anyone know why this would be?
