2020-06-10 07:49 AM
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:
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 :
I created a new project and followed the configuration procedure indicated in the document:
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
Solved! Go to Solution.
2020-11-30 08:12 AM
Hi @Izitop ,
Sorry for the delay, I recommend you to use the latest version of CubeMX 6.1.0 with the X-Cube-BLE1 6.1.0 version, there's some issues in the previous version which are now fixed, so normally you won't get purple crosses with your setup.
For the missing functions, you need to select a BLE1-application and configure it under X-Cube-BLE1 6.1.0 Mode and config panel to Generate Mx_.._Init and MX_.._process functions according to your application.
Hope this information has helped you.
Khouloud
2020-11-30 08:12 AM
Hi @Izitop ,
Sorry for the delay, I recommend you to use the latest version of CubeMX 6.1.0 with the X-Cube-BLE1 6.1.0 version, there's some issues in the previous version which are now fixed, so normally you won't get purple crosses with your setup.
For the missing functions, you need to select a BLE1-application and configure it under X-Cube-BLE1 6.1.0 Mode and config panel to Generate Mx_.._Init and MX_.._process functions according to your application.
Hope this information has helped you.
Khouloud