2023-02-09 08:26 AM
hello.
how to put the defined version information(32bit value) in the built image (test.hex or test.bin)?
Solved! Go to Solution.
2023-02-10 06:02 AM
I use prebuild scripts that includes some github information from the repository.
You could do something similar with a 32 bit variable
2023-02-10 06:02 AM
I use prebuild scripts that includes some github information from the repository.
You could do something similar with a 32 bit variable
2023-02-12 11:42 PM
thanks. javier
It's been a lot of help.
by the way, i use spc5studio..There is no menu that corresponds to the above.
I'm searching hard in my own way.
I want to say thank you again.
2023-02-13 12:29 AM
I never used spc5studio, i cannot help you there
2023-02-13 07:19 AM
Hello PLEE ,
the solution provided by Javier is ok.
you should create your own include file version.
with static const char* VERSION = "myversion"
Best Regards
Erwan