2014-12-23 01:40 AM
I am trying to build a program at a different location of flash, I am assigning the memory of flash at 0x08020000(by default it will be at 0x08000000). during build time, it pops multiple errors like this
lkarm E112: cannot locate 1 section(s): lkarm I455: requirement: 0x4 bytes of ROM area in space ARM:ARM:linear lkarm I456: section type: absolute restriction - at address 0x8000184 lkarm I457: _vector_97 (122) (0x4 bytes) what is the problem?? PLease Help