___DEFAULT_INTERRUPT_STACK_SIZE

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

___DEFAULT_INTERRUPT_STACK_SIZE

545 Views
Ardoster
Contributor III

Hello

 

I'm trying to find where is defined ___DEFAULT_INTERRUPT_STACK_SIZE... In the bsp/m52259demo.h says is defined in a file link.xxx. But I can't find it!!!

 

/* Defined in link.xxx */extern uchar __KERNEL_DATA_START[];extern uchar __KERNEL_DATA_END[];extern uchar __DEFAULT_PROCESSOR_NUMBER[];extern uchar __DEFAULT_INTERRUPT_STACK_SIZE[];

 Could you help me?

 

Thanks

2 Replies

397 Views
c0170
Senior Contributor III

Hello Ardoster,

 

those are defined in linker command file which is located in /bsp/m52259demo/cw/

 

Regards,

MartinK

0 Kudos

397 Views
Ardoster
Contributor III

Ups! I wasn't able to find this declaration because a filter in my search to avoid files different to .h or .c.

 

Thanks!

 

Regards

Edu

0 Kudos