This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler: #define CPU_RATE

Tool/software: TI C/C++ Compiler

Hi Forum

I am new with CCS, when I was going through the files on one the example "Example_F2802xLaunchPadDemo"  I came across this definition

#define CPU_RATE   11.111L   // for a 90MHz CPU clock speed (SYSCLKOUT)

one thing I notice is that CPU_RATE has not been used in any other files.

my question is:

1- where does this definition appear?

2- what is the usage of it? what is the cpu_rate in genera?

thanks in advanced