How can I use the define "__STM32H7xx_HAL_VERSION" in my main.c?
Hello,I will supervise the version of the used HAL during the compilation process. I know, I can use the function from STM32h7xx_hal.cHAL_VERSION = HAL_GetHalVersion(); to get the HAL-Version. But to use this information, I have to start the applicat...