STM32CubeIDE Projects: How to add textural version no and date to project binary
Hi,
I have small headless firmware and wish to include a version constant in the Binary image so I can determine the version when using the debugger.
It's easy if your project has a display, but I can't figure out an easy way of doing it for a simple system. If I put a string constant in main.c the linker doesn't include it as the string isn't used anywhere.
Does anyone know of an easy way to do this with an example?
Regards
Rob
