We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
is it true that #define directives are located on the stack (or in the flash)?
#define TEST "ein text"
Or is it much better to use
static unsigned char[] = "ein text";
variables?
many thanks for your answers
Peter
NO.
#define's are NOT LOCATED on teh stack.
Zeusti
Always your friend.
Now has approved by Erik Malund.
(http://www.keil.com/forum/docs/thread14796.asp)
absolutely untrue!!!!
do not take a specific as a global.
one statement has been "approved by Erik Malund", umpteen ridiculous stements have not.
Erik