User Activity

Posted on July 27, 2012 at 21:29hello, I have an issue. I'm using the stm32f103RB. When i want to create an array which has 8192 elements - const uint16_t table[8192] = {458,542...  }; The software successfully build in to the flash, but when i'm st...