Quantcast
Channel: MSP430 Technical Forums
Viewing all articles
Browse latest Browse all 2077

CCS + Grace + different build configurations

$
0
0

Hi there,

 

I'm in the process of developing some wireless system. I want to have more than one transmitter - behaving just a little bit different from each other.

Using Code Composer Studio I've discovered the ability to have different "build configurations". I made three different "main.c" files:

 

main_transmitter1.c

main_transmitter2.c

main_transmitter3.c

 

In build config 1 the second and third are excluded from build. In build config 2 the first and third are excluded... I think you get it.

 

Now my question:

 

To configure the peripherals I used Grace. Now I have a new idea where I need to change some of that Grace configuration in transmitter1 but not in the others.

 

Is there a possibility to make the Grace config dependent of the current build config?

 

Regards,

Leo


Viewing all articles
Browse latest Browse all 2077

Trending Articles