2023-09-22 12:58 AM - last edited on 2023-09-26 09:02 AM by Amel NASRI
I start the safety functional software by the example from "STM32CubeExpansion_STL_G0_V1.1.0".
From the readme.txt, it mention "Install ST CRC tool", but it is "STM32CubeProgrammer", is this tool has built in CRC function? by post-build steps command line? \"STM32_Programmer_CLI.exe\" -sl
Another question is, the compiler generate error message during build: "STM32_Programmer_CLI.exe"' is not recognized as an internal or external command, how to setup the path to make it pass?
2023-10-16 03:58 AM
Hello,
calling the command line as a "post build" performs the CRC pattern computations and their adding into CRC area. Of course, yu need to install the ST programmer. If done, great probably, you've not applied path setting at your PC where you've the programmer installed.
Best regards,
Petr