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