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