March 28, 2024, 02:24:28 PM

Cannot flash or debug BB-STM32WL

Started by HugoVOLA, June 14, 2022, 10:50:38 AM

Previous topic - Next topic

HugoVOLA

Hello,

I'm currently trying to use BB-STM32WL with the DEV-KIT.
I tried to use the GITHUB project :
It compile well, but it doesn't reach the target.

  • When I'm using the debug configuration I have this error :
     
    Error in final launch sequence:

    Failed to start GDB server
    Failed to start GDB server
    Error launching GDB server. Session terminated
    Cannot run program ""${stm32cubeide_openocd_path}\openocd"": Nom de répertoire non valide.
  • When I'm using the classic configuration I have this error :

    Error in final launch sequence:

    Failed to execute MI command:
    target remote localhost:3333

    Error message from debugger back end:
    localhost:3333: Le système a tenté de joindre un lecteur à un répertoire stocké sur un lecteur joint.
    Failed to execute MI command:
    target remote localhost:3333

    Error message from debugger back end:
    localhost:3333: Le système a tenté de joindre un lecteur à un répertoire stocké sur un lecteur joint.
    localhost:3333: Le système a tenté de joindre un lecteur à un répertoire stocké sur un lecteur joint.
  • End finaly, when I'm tying to use an external STlink (from a nucleo board) directly on the BB-STM32WL the target is also not find

Do you know if thare is any configuration to do ? I only want to program and debug the board.

Thanks
Hugo