Hi all,
what would be the best way to init a huge array, which will never change his values? Will the array affect the stack if I use const aray[][] or should I use static const array[][]?
What would be the best way if the array is not const during the whole program?
best regards Hans
View all questions in Keil forum