Skip to main content
Associate III
November 1, 2023
Solved

STM32Cube Pro version?

  • November 1, 2023
  • 2 replies
  • 1290 views

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:grinning_face_with_sweat: ) 

This topic has been closed for replies.
Best answer by Peter BENSCH

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

2 replies

Peter BENSCH
Peter BENSCHBest answer
ST Technical Moderator
November 1, 2023

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.
EniRot99Author
Associate III
November 1, 2023

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