Skip to main content
Greg_
Associate II
November 4, 2021
Question

Is it possible to get BLE_OTA project example with Debug configuration supported?

  • November 4, 2021
  • 3 replies
  • 2415 views

In the application BLE_OTA for STM32WB55 NUCLEO 64 board there is no Debug configuration. It is also mentioned in the project's readme.txt file that "Debug configuration of BLE_Ota CubeIDE project is not supported by current BLE_Ota application settings". However, in the "STM32WB Getting Started Series: Part 7, Over-the-Air (OTA)" (https://www.youtube.com/watch?v=mRzZOa3jmuM) it looks like there is a version of the BLE_OTA application which supports the debug configuration. Is it possible to get the version of BLE_OTA with debug configuration?

3 replies

MRebo.2
Associate II
April 28, 2022

I have the same problem!!!

Mahendra Sondagar
Associate III
May 6, 2022

Hi..

I'm facing the same issue

it's unable to debug even with the debug version

Any update on this, ST Community ?

Riscy
Associate III
December 31, 2022

I have an issue with BLE_OTA; it failed to run from main() where the breakpoint is set.

Riscy
Associate III
December 31, 2022

MCU: STM32WB55CG Nucleo

WB package: STM32Cube_FW_WBV1.15.0

BLE Stack: stm32wb5x_BLE_Stack_full_fw

Bootloader example: STM32Cube_FW_WB_V1.15.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_Ota

Documentation: AN5247

Riscy
Associate III
December 31, 2022

Fixed, there is a missing debug in the build/debug configuration. Simply copy the release config into the new debug configuration with the new name: Debug and then find the setting debugging from the list column and then set to maximum debug. This activates the debug feature and traps the breakpoint as per the video. I don't know why they removed it.