Two projects differ only by chip pinout

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

cross mob
BoKa_4383376
Level 1
Level 1

Hi,

I'm using PSOC Creator 4.2 with a PSoC 3 chip.  I have on PSoC design that is going on two boards with different form factors, so the PSoC 3 chip will require different pinouts on the two boards.   I'd really like to avoid having to support two separate projects in two separate rev control repos.

Question: How can I edit one file to generate the two unique pinouts.  Any ideas?

Thanks,

-Bob

0 Likes
1 Solution

Okay, created a Control File as described in the psoc creator user guide.  Unlocked the pins and added this line to the .ctl file:

attribute port_location of Brake(0) : label is "PORT(0,0)";

This seems to be it.

View solution in original post

0 Likes
2 Replies
BoKa_4383376
Level 1
Level 1

I guess maybe I can do this with a Control File, but my initial attempts don't yield any results.

0 Likes

Okay, created a Control File as described in the psoc creator user guide.  Unlocked the pins and added this line to the .ctl file:

attribute port_location of Brake(0) : label is "PORT(0,0)";

This seems to be it.

0 Likes