2005-04-22 06:16 AM
2005-04-22 06:16 AM
I'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 to flash, but the pointer ''msg'' has not been initialized to point to it. Is there some way to get this to work?