Adding compilation time to hex file automatically

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
EyGe_3183606
Level 4
Level 4
25 replies posted 10 sign-ins 10 replies posted

Hello,

Is it possible to add a compilation time to the hex file automatically in PSOC Creator IDE?

Thanks,

David

0 Likes
1 Solution
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

You can use standard predefined macros such as __DATE__ and __TIME__ which expands to string constants that describe the date and time at which preprocessor is run.

View solution in original post

0 Likes
1 Reply
GeonaP_26
Moderator
Moderator
Moderator
250 solutions authored 100 solutions authored 50 solutions authored

You can use standard predefined macros such as __DATE__ and __TIME__ which expands to string constants that describe the date and time at which preprocessor is run.

0 Likes