uart_updata_boot.txt 417 B

1234567891011121314151617181920212223242526272829
  1. ROOT 0x00000000
  2. {
  3. FLASH 0x00000000 ALIGNALL 32
  4. {
  5. uart_updata_sys_boot.o (UART_UPDATA_SYS_Boot, +First)
  6. *(+RO)
  7. }
  8. FAST_CALL_SEG +0 ALIGNALL 32
  9. {
  10. * (fastcall)
  11. }
  12. ;if u want to modify the base address of section, you may pay attention to update_image.h
  13. PEND_FOR_FLASH 0x00400000 EMPTY 0x20
  14. {
  15. }
  16. RAM 0x00400020 NOCOMPRESS
  17. {
  18. *(+RW,+ZI)
  19. }
  20. }