2023-11-01 02:46 AM
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: )
Solved! Go to Solution.
2023-11-01 03:21 AM
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
2023-11-01 03:21 AM
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
2023-11-01 03:26 AM
Anyway, it explains why the software behaves like this, thank you :)