Skip to main content
New.Fish
Associate III
September 22, 2023
Question

CRC in STM32CubeExpansion_STL_G0_V1.1.0

  • September 22, 2023
  • 1 reply
  • 1061 views

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?

 

 

This topic has been closed for replies.

1 reply

Petr Sladecek
ST Employee
October 16, 2023

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