Posted on April 22, 2005 at 15:16I'm using the ARM C compiler in RVDK 2.1 and find (under DEBUG build) that initialized data of the following form does not work: const char *msg = {''Hello there''}; The string is present in memory after downloading ...