ST-LINK forced update
Hello,
We have CI/CD pipeline running in a build server with an ST-LINK attached to program an STM32 MCU. Suddenly the pipeline stopped working because of:
ST-LINK firmware upgrade required. Please upgrade the ST-LINK firmware using the upgrade tool.
The whole pipeline is automatically ran with command line tools. I would like to know how is it possible that it suddenly stopped working and how can it know that the ST-LINK firmware is outdated? This is disturbing since we are trying to keep the whole test setup as static as possible and only do controlled updates.
