cancel
Showing results for 
Search instead for 
Did you mean: 

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

MSSloan1962
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

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".
Thanks
Imen
MSSloan1962
Associate II

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