2025-05-09 4:52 AM
I have downloaded the "STM32CubeExpansion_CLASSB_H7_V4.0.0" to Falsh test(CRC) as per given in UM3252 user manual . In the UM3252, I have gone through "5.5.2 Steps to build an application from scratch" to do flash test for my project .I am using the STM32cube IDE to integrate CLASSB firmware to my project. I have encountered the following problems.
1.I am unable to found the CRC tool in STM32cube programmer which is given in UM3252. Where can i found the CRC tool?
2.I have added and compiled successfully the SRC an INC to my project from given firmware ...Middleware\ST\STM32_Safety_STL. When i add linker file "STL_Lib_product_x1.a " to my project in MCU GCC Linker/Libraries in STM32cube IDE. Where ,which and how can i add the the object file located in LIB folder from ...Middleware\ST\STM32_Safety_STL?
3.Please guide me to do the flash test on STM32H735 using STM32cube IDE.