This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

#define located on stack / in flash

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

0