How to find cortex M3 version

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

cross mob
RuPi_283656
Level 4
Level 4
10 sign-ins First solution authored 25 replies posted

Is there a standard way for an external program to find out what cortex M3 version is current for the Creator.  I have an external program that needs to know the path to the hex file that Creator makes.  Of course I know that the file is in the CortexM3/ARM_GCC_493 folder, but a new folder with a higher version number is created when there are new updates.  I want my program to always, accurately, find out where the current hex file is.

Thanks, Russ

0 Likes
1 Solution
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

There is no option available right now with PSoc Creator/Programmer

Thanks,

Hima

View solution in original post

0 Likes
3 Replies
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

There is no option available right now with PSoc Creator/Programmer

Thanks,

Hima

0 Likes

So, I have a program that can use the hex file to create files for the remote SWD programmer.  But I cannot give that job to a non-programmer because they will not be able to find the hex file.  The program needs to be able to know where that file is.  Maybe an option to create the hex file in, or copy it to, a specified folder when it is created?

Thanks, Russ

0 Likes

You will need to create a separate script for that. From PSoC Creator side there is no option for this.

Thanks,

Hima

0 Likes