Question
To many elements in the array - stm32f103
Posted on July 27, 2012 at 21:29
hello,
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 starting the debug mode, i get an error - ''cannot access memmory'' - error 57 or somethink. The program do not jump to the main. Than i change the array, which has less elements, aboute quarter of previous and the program normali works. I can not find the problem.. #stm32f103-flash-memmory-array