Hello,
in gcc we can write the initialization of an struct like:
MyStrct_t MyStruct = {
.var2 = 0x0123,
.var1 = 0x4567
}
with the point before the internal variable of the struct.
In C2000 it doesn´t work. Does it give somethink like this?
Thanks for answering.
regards
David