Hi all,
I am looking into a way to link a build variable and a C macro in CCS. What I want to achieve is to have the binary image renamed using the firmware version, which is also embedded in the firmware itself. Thus to avoid having to define the firmware version separately for the renaming and for the C source, I was wondering if I can have a build variable sourced from a macro. I would to prefer the single place for defining the value to be a header file (to keep the source code self contained) and have a build variable use it, but the other way can work too.
Any thoughts appreciated
Giannis