Thanks Carlos, mutiple post-build steps and links are useful for me.
a new question, how can i add software version to the name of the .bin file using post-build step?
I have two options but i am not sure whether feasible:
1. define a macro or variable for software version in source code, and using the marco or variable in the post-build step, but i am not sure how to use it here.
2. define a build variable for software version, it's easy used in post-build step, but i don't know how to use it in the source code? :smileyhappy:
is any one of these two options feasible?