BLE_ApplicationInstallManager (STM32WB07) does not load/run BleApplication
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
