cancel
Showing results for 
Search instead for 
Did you mean: 

STM32Cube Pro version?

EniRot99
Associate II

Is there a way to Upgrade STM32CubeIDE or Pro License for this Software? 

 

It's very anoying e.x. when I try to debug something and the max possible breake point number is 8 or something. 

Is there is option to avoid this limitations or do you use another IDE? 
Is there any IDE supported beside IAR? ( I don't want to use IAR again😅

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

STM32CubeIDE is completely free to use, there is no PRO licence for it. The limitation of the breakpoints has nothing to do with this, but lies in the implementation of the respective cores: Cortex-M4, for example, has an FPB (Flash patch breakpoint) unit with 2+6 breakpoints.

Hope that helps?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

STM32CubeIDE is completely free to use, there is no PRO licence for it. The limitation of the breakpoints has nothing to do with this, but lies in the implementation of the respective cores: Cortex-M4, for example, has an FPB (Flash patch breakpoint) unit with 2+6 breakpoints.

Hope that helps?

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Anyway, it explains why the software behaves like this, thank you 🙂