Is there a document containing return codes in the STM32CubeProgrammer Command Line interface?
In mass production, we install software using cli. Since we know that return 0 means no problem, we manage the entire operation according to return 0. However, we have observed cases where the return is 0 even though there were unsuccessful operations. Also, even if there is an error in the current situation, I cannot find a document regarding their code.
I'm currently using 2.14.0. Is there anyone who can help?
