2022-03-29 09:27 AM
The readme.txt file for BLE_HeartRate_ota contains the following:
@note This application is not supported by CubeMx but has been copied from the project BLE_HeartRate generated
by CubeMx with some modifications in order to be able to download it with the BLE_Ota application.
The steps to be done to move from the BLE_HeartRate application to the BLE_HeartRate_ota application are :
- Copy the full folder BLE_HeartRate
- Replace the linker file stm32wb55xx_flash_cm4.icf by stm32wb55xx_flash_cm4_ota.icf ( this adds the placement
of the two sections TAG_OTA_START and TAG_OTA_END ).
- Remove the update of SCB->VTOR in the file system_stm32wbxx.c ( The VTOR is already set by the BLE_Ota application
and shall not be changed to a different value)
- set BLE_CFG_OTA_REBOOT_CHAR to 1 in ble_conf.h
However, comparing the two source directories I see many more differences and find it difficult to identify and merge all of the required modifications. BLE_HeartRate_ota does not appear to have all the newer features and bug fixes applied. Will we see a updated version in the next release?
Solved! Go to Solution.
2022-03-30 09:08 AM
Hello,
Indeed BLE_HeartRate and BLE_HeartRate_ota projects aren't aligned, it will be updated in the next release v1.14.0. In order to have only the differences describe in your screenshot between the two projects.
Best Regards
2022-03-30 09:08 AM
Hello,
Indeed BLE_HeartRate and BLE_HeartRate_ota projects aren't aligned, it will be updated in the next release v1.14.0. In order to have only the differences describe in your screenshot between the two projects.
Best Regards