I'm trying to define a global array with constant values. First I've tried to use const in the definition, but I think that only the pointer address is constant. So I have defined it outside the main function like
uint8_t __at(0x8200) notesFreq[12] = { 173, 181, 192, 193, 194, 229, 242, 1, 16, 32, 39, 57 };
But when I look at that memory position it does not have those values.
How can I define it?
Для того, чтобы оставить комментарий, необходимо регистрация или !login