beken_BIM.txt 575 B

1234567891011121314151617181920212223242526272829303132333435
  1. ROOT 0x00000000
  2. {
  3. BOOT 0x00000000 ALIGNALL 32
  4. {
  5. sys_BIM.o(SYS_Boot, +First)
  6. update_image_com.o(+RO)
  7. update_image_bim.o(+RO)
  8. }
  9. ;if u want to modify the base address of section, you may pay attention to update_image.h
  10. PRIMARY_START 0x00000EE0 FIXED EMPTY 0x20
  11. {
  12. }
  13. ;FLASH +0 ALIGNALL 32
  14. ;{
  15. ; *.o(+RO)
  16. ;}
  17. ;if u want to modify the base address of section, you may pay attention to update_image.h
  18. PEND_FOR_FLASH 0x00400000 EMPTY 0x20
  19. {
  20. }
  21. RAM 0x00400020 NOCOMPRESS
  22. {
  23. *(+RW,+ZI)
  24. }
  25. }