Skip to main content
Associate II
September 6, 2023
Question

Problems with importing OTA Software Pack

  • September 6, 2023
  • 3 replies
  • 2604 views

Hello!

I am doing a Bluetooth OTA application and noticed there is an OTA software package.

STMicroelectronics X-CUBE-BLEMGR   ->

BLE_Features  ->

Miscellaneous  ->

WB_FirmwareUpdate / Ota

DenDanne_0-1694022695982.png

But when I select the "WB_FirmwareUpdate / Ota", then a warning with "This component has unresolved dependencies. There are solutions within this pack" comes up.

If i press Ok and choose the X-CUBE_BLEMGR in "Middleware and Software Packs", then the
"BLE Features STM32 BLE Manager" is yellow and no code is BLE specific code is generated when I generate code.

DenDanne_1-1694022910931.png

 

What am I missing here?
I want to have access to the OTA code. 

Thanks in advance.

 

This topic has been closed for replies.

3 replies

Issamos
Super User
September 6, 2023

Hello @DenDanne 

When you click on the :warning: . It shows something or nothing.

Best regards.

II

DenDanneAuthor
Associate II
September 6, 2023

Thanks for your response!


When I pressed the '!' I could press "Resolve"-button and it solved the warning, thanks!
But do you know how to get to the specific OTA code?
There is still no code OTA specific code generated when the BLE Features (or any other of the tabs) are activated.

Issamos
Super User
September 6, 2023

It may generated an OTA code buts in an application file not directly in the main file and then call functions fron these files to the main function and the while loup. Check the application files.

Best regards.

II