Skip to main content
TomC
Senior
October 8, 2023
Solved

STM32CubeWB Firmware Package (v1.17.1) - BLE_FreeRTOSHeartRate Example debugger not working.

  • October 8, 2023
  • 1 reply
  • 1013 views

I am finding that I cannot run the debugger on this example application and that after programming I must reset the device for it to start working. I get "Target is not responding..." and am using the P-NUCLEO-WB55. This problem is unique to only the BLE_FreeRTOSHeartRate project from the firmware package.

Furthermore, I was wondering if anyone knows if you can use CubeMX with this example or if you should not. Thanks

This topic has been closed for replies.
Best answer by Imen.D

Hello @TomC ,

Could you share the debug log for analysis? Try using Connect Under Reset options.

Check your USB connection or settings with the debug configuration.

Please check this article How to solve debugger connection issues? 

You can start with the ready to use project using STM32CubeMx. For that, you can find the BLE_HeartRateFreeRTOS.ioc file under the repository \Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_HeartRateFreeRTOS\

Imen

1 reply

Imen.DBest answer
Technical Moderator
October 10, 2023

Hello @TomC ,

Could you share the debug log for analysis? Try using Connect Under Reset options.

Check your USB connection or settings with the debug configuration.

Please check this article How to solve debugger connection issues? 

You can start with the ready to use project using STM32CubeMx. For that, you can find the BLE_HeartRateFreeRTOS.ioc file under the repository \Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_HeartRateFreeRTOS\

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks