SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Pseudo C code:
int i, myarray[100]; for (i=0; i< 100; i++) { myarray[i] = 1; }