Reply by Vikram Rajput June 4, 20082008-06-04
I am not sure whats the problem here but this is how I have done many times.

#define PI 3.141592654

I have used PI in many places in my code and I am getting correct result.
Try this watch define some variable
_IQ test;
test = _IQ(1.0)*conversion;

Now watch variable "test" in watch window. u should see correct value
(note that u will have to change radix to IQ).

Hope this help

Cheers,
Viks

On Wed, Jun 4, 2008 at 7:58 AM, wrote:
> Hi,
>
> I have defined few constants like
> #define conversion 0.534
> #define x 25
> #define format 666.66667
>
> If i run my program and see the values of the variables it was wrong, hence
> it gave _IQ(conversion) in watch window to view the value, it shows that
> 'identifier not found : conversion' in the value column of watch window. Why
> it is? Then how can i ensure that, it has taken defined value for the
> constants used.
>
> I set the global IQ, added gel file etc.
> What would be the reason for it?
> Many thanks


OMAP35x EVM jump-starts low-power apps
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building applications based on the OMAP35x architecture: http://www.DSPRelated.com/omap35x
Reply by naay...@gmail.com June 4, 20082008-06-04
Hi,

I have defined few constants like
#define conversion 0.534
#define x 25
#define format 666.66667

If i run my program and see the values of the variables it was wrong, hence it gave _IQ(conversion) in watch window to view the value, it shows that 'identifier not found : conversion' in the value column of watch window. Why it is? Then how can i ensure that, it has taken defined value for the constants used.

I set the global IQ, added gel file etc.
What would be the reason for it?
Many thanks


OMAP35x EVM jump-starts low-power apps
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building applications based on the OMAP35x architecture: http://www.DSPRelated.com/omap35x