|
|
|
@ -12,15 +12,12 @@ |
|
|
|
|
* along with this library. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
/* linker script for STM32F103xB based boards (128kB flash, 20kB RAM) |
|
|
|
|
* with additional STM32duino-booloader USB DFU bootloader (8kB flash, 0kB RAM) |
|
|
|
|
* from https://github.com/rogerclarkmelbourne/STM32duino-bootloader |
|
|
|
|
*/ |
|
|
|
|
/* linker script for STM32F103xB based boards (128kB flash, 20kB RAM) */ |
|
|
|
|
|
|
|
|
|
/* Define memory regions. */ |
|
|
|
|
MEMORY |
|
|
|
|
{ |
|
|
|
|
rom (rx) : ORIGIN = 0x08002000, LENGTH = 120K |
|
|
|
|
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K |
|
|
|
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|