Skip to main content
MSSloan1962
Associate III
September 29, 2022
Solved

I am getting CUBEPROGRAMMER_ERROR_NOT_SUPPORTED when I try to connect to a device

  • September 29, 2022
  • 2 replies
  • 1479 views

I am getting CUBEPROGRAMMER_ERROR_NOT_SUPPORTED (-5) when I try to connect to a device using connectDfuBootloader from STM32CubeProgrammer API v2.7.0. I am logging all the messages I am seeing and I have attached the log to this question. Does anyone know what I'm doing wrong or not doing. The C++ example seems to work fine. I am trying to write a C# application.

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

Hello @MSSloan1962​ ,

Please try to use latest release of STM32CubeProgrammer (version 2.11.0), as it contains updates to fix limitations. Then confirm if the problem here still existing with this version.

When your question is answered, please close this topic by choosing Select as Best.

Imen

2 replies

Imen.DBest answer
Technical Moderator
October 2, 2022

Hello @MSSloan1962​ ,

Please try to use latest release of STM32CubeProgrammer (version 2.11.0), as it contains updates to fix limitations. Then confirm if the problem here still existing with this version.

When your question is answered, please close this topic by choosing Select as Best.

Imen

"When your question is answered, please close this topic by clicking ""Accept as Solution"".ThanksImen"
MSSloan1962
Associate III
October 5, 2022

It seems to connect now. I am now using the latest version of the API.