2024-11-15 03:51 PM
Hi,
I have downloaded the example BLE_ApplicationInstallManager application for STM32WB7.
As suggested in the readme-
BLE_ApplicationInstallManager.bin was loaded at 0x10040000.
My BleApplication.bin (embedding OTA service) was loaded at 0x10041000.
Noticed that, on reset my BleApplication doesn't run.
I noticed Application/User/Core/main.c is only initializing the HAL. NUCLEO-WB07CC/Applications/BLE/BLE_ApplicationInstallManager
I expected something similar to NUCLEO-WBA55CG/Applications/BLE/BLE_ApplicationInstallManager/Core/Src/main.c
What am I missing?
Regards,
Ashish
Solved! Go to Solution.
2024-11-25 08:30 AM
Hello @apradhan
On the STM32WB0, the application install manager does only the jump to the actual OTA application, the function that does it is BootModeCheck(). The OTA functions are included inside the OTA projects as BLE_HeartRate_ota and BLE_p2pServer_ota.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-15 10:58 PM
Hello @apradhan and welcome to the ST Community.
I'm checking this internaly and i will be back to you ASAP.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-11-25 08:17 AM
2024-11-25 08:30 AM
Hello @apradhan
On the STM32WB0, the application install manager does only the jump to the actual OTA application, the function that does it is BootModeCheck(). The OTA functions are included inside the OTA projects as BLE_HeartRate_ota and BLE_p2pServer_ota.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.