2023-09-06 10:55 AM
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
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.
What am I missing here?
I want to have access to the OTA code.
Thanks in advance.
2023-09-06 11:16 AM
2023-09-06 11:23 AM
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.
2023-09-06 11:38 AM - edited 2023-09-06 11:39 AM
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