2021-05-21 02:02 AM
Hello,
I was trying to set option bytes (BOR) with the ST-Link CLI (v3.6.0.0) for STM32G431, but it prompts that this feature is not available. With the ST-LINK Utility (v4.6.0.0) it is possible to set the BOR Level.
I guess the ST-Link CLI is no longer maintained and you have to switch to the new one (Cube Programmer CLI), is that correct?
Thank you for your information!
Solved! Go to Solution.
2021-05-21 04:57 AM
Correct, the ST-LINK Utility is on status NRND (Not Recommended for New Designs) and should be replaced by the STM32CubeProgrammer (see a similar question here).
Good luck!
If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter
2021-05-21 04:57 AM
Correct, the ST-LINK Utility is on status NRND (Not Recommended for New Designs) and should be replaced by the STM32CubeProgrammer (see a similar question here).
Good luck!
If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.
/Peter
2021-05-21 05:01 AM
Thank you very much for your answer!