Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * Karl Palsson, 2011
- * This is a memory map for the STM32F100xB parts
- * It is considered to be released into the public domain
- */
- ENTRY(Reset_Handler)
- MEMORY
- {
- FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
- RAM (rxw) : ORIGIN = 0x20000000, LENGTH = 8K
- }
- INCLUDE generic_sections_flash.ld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement