Advertisement
nis

stm32f100xb_flash.ld for stm32/examles/00-enable-led

nis
Jan 27th, 2012
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. /*
  2. * Karl Palsson, 2011
  3. * This is a memory map for the STM32F100xB parts
  4. * It is considered to be released into the public domain
  5. */
  6. ENTRY(Reset_Handler)
  7.  
  8. MEMORY
  9. {
  10. FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
  11. RAM (rxw) : ORIGIN = 0x20000000, LENGTH = 8K
  12. }
  13.  
  14. INCLUDE generic_sections_flash.ld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement