Guest
#2278074
Hello, I moved from arm-elf- to arm-none-eabi- and noticed that a static
variable inside a function would not initialize. A piece of code like:
static uint8_t Config[3] = { 0x87, 0x44, 0x00 } ;
would yield Config[] being { 0x00, 0x00, 0x00 }
That worked with arm-elf ... am I doing something wrong ?
Thank you for help or hints.
Pawel.