Hi folks!
GCC allows C++ like array initialization
static unsigned char auiBuffer [100] = {0x80};
were all elements of buffer are initialized with 0x80.
Is this also possible with the TI compiler (C2000)?
Currently this code only initializes the first array element.
Thanks in advance.
Guido