EmbeddedRelated.com
Forums
The 2024 Embedded Online Conference

Defines in Crossworks

Started by vineet jain May 21, 2006
Hello all,
I was evaluating of late. I need to know how to set the macros in the build properties. Say for example in the file Philips_LPC210x_Startup.s file how to define

VECTORED_IRQ_INTERRUPTS option in properties.

Also how to assign values to the macro: For ex. for VPBDIV_VAL i need to define it as 2. How to do that.

Right now I manualy defined it in the file itself, it works fine.

Thanks in advance.
Vineet.


---------------------------------
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.







An Engineer's Guide to the LPC2100 Series

hi Vineet,

You could try to enter the followings at Project->Properties-
>Preprocessor->Preprocessor Definitions :
VECTORED_IRQ_INTERRUPTS
VPBDIV_VAL=2

Regards,
Tim.
http://www.embeddedhub.com/
--- In l..., vineet jain wrote:
>
> Hello all,
> I was evaluating of late. I need to know how to set the macros
in the build properties. Say for example in the file
Philips_LPC210x_Startup.s file how to define
>
> VECTORED_IRQ_INTERRUPTS option in properties.
>
> Also how to assign values to the macro: For ex. for VPBDIV_VAL i
need to define it as 2. How to do that.
>
> Right now I manualy defined it in the file itself, it works fine.
>
> Thanks in advance.
> Vineet.
>
>
> ---------------------------------
> How low will we go? Check out Yahoo! Messenger's low PC-to-Phone
call rates.
>
>
>


The 2024 Embedded Online Conference