SAMO_A1.mapfile-default 833 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # samo_a1.map
  2. # FLASH SIZE = 64kB
  3. # SECTOR SIZE = 4kB
  4. 0x1 mbr
  5. 0x0300 menu
  6. 0x02f0 version
  7. 0x1fe0 serial.header
  8. 0x2000 file-loader.header
  9. 0x2300 file-loader
  10. 0x4000 memory-test.header
  11. 0x4300 memory-test
  12. 0x6000 hw-test.header
  13. 0x6300 hw-test
  14. # additional examples
  15. # choose either:
  16. # 1. the two *ERASE lines to remove a program
  17. # (*ERASE erases a 4 kByte sector)
  18. # 2. the program.header and program lines
  19. # The program will remain in FLASH until it
  20. # is erased
  21. #0x8000 *ERASE
  22. #0x9000 *ERASE
  23. #0x8000 a-test.header
  24. #0x8300 a-test
  25. #0xa000 *ERASE
  26. #0xb000 *ERASE
  27. #0xa000 other-test.header
  28. #0xa300 other-test
  29. # sample application
  30. #0xc000 *ERASE
  31. #0xd000 *ERASE
  32. #0xc000 hello.header
  33. #0xc300 hello
  34. # for developers
  35. #0xe000 *ERASE
  36. #0xf000 *ERASE
  37. #0xe000 rs232-loader.header
  38. #0xe300 rs232-loader