Added eindopdracht inital code
This commit is contained in:
@@ -3,14 +3,14 @@ Archive member included to satisfy reference by file (symbol)
|
||||
c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o)
|
||||
spi.o (__divmodhi4)
|
||||
c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_exit.o)
|
||||
C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o (exit)
|
||||
C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o (exit)
|
||||
c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_udivmodhi4.o)
|
||||
c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o) (__udivmodhi4)
|
||||
|
||||
Discarded input sections
|
||||
|
||||
.data 0x00000000 0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
.bss 0x00000000 0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
.data 0x00000000 0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
.bss 0x00000000 0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
.text 0x00000000 0x0 lcd.o
|
||||
.data 0x00000000 0x0 lcd.o
|
||||
.bss 0x00000000 0x0 lcd.o
|
||||
@@ -35,14 +35,12 @@ Discarded input sections
|
||||
0x00000000 0x50 lcd.o
|
||||
.debug_ranges 0x00000000 0x40 lcd.o
|
||||
.debug_line 0x00000000 0x2df lcd.o
|
||||
.debug_str 0x00000000 0x234 lcd.o
|
||||
.debug_str 0x00000000 0x229 lcd.o
|
||||
.comment 0x00000000 0x31 lcd.o
|
||||
.debug_frame 0x00000000 0xb4 lcd.o
|
||||
.text 0x00000000 0x0 main.o
|
||||
.data 0x00000000 0x0 main.o
|
||||
.bss 0x00000000 0x0 main.o
|
||||
.text.opgaveb1
|
||||
0x00000000 0x24 main.o
|
||||
.text.opgaveb2
|
||||
0x00000000 0x50 main.o
|
||||
.text.opgaveb3
|
||||
@@ -50,43 +48,56 @@ Discarded input sections
|
||||
.text.opgaveb4
|
||||
0x00000000 0x72 main.o
|
||||
.text.test 0x00000000 0x50 main.o
|
||||
.text.test2 0x00000000 0xf8 main.o
|
||||
.text 0x00000000 0x0 spi.o
|
||||
.data 0x00000000 0x0 spi.o
|
||||
.bss 0x00000000 0x0 spi.o
|
||||
.text.spi_masterInit
|
||||
0x00000000 0xe spi.o
|
||||
.text.spi_write
|
||||
0x00000000 0x8 spi.o
|
||||
.text.spi_writeRead
|
||||
0x00000000 0xa spi.o
|
||||
.text.spi_slaveSelect
|
||||
0x00000000 0x18 spi.o
|
||||
.text.spi_slaveDeSelect
|
||||
0x00000000 0x16 spi.o
|
||||
.text.displayDriverInit
|
||||
0x00000000 0x62 spi.o
|
||||
.text.displayOn
|
||||
0x00000000 0x1a spi.o
|
||||
.text.spi_intensity
|
||||
0x00000000 0x34 spi.o
|
||||
.text.displayOff
|
||||
0x00000000 0x1a spi.o
|
||||
.text.spi_writeWord
|
||||
0x00000000 0x26 spi.o
|
||||
.text.writeLedDisplay
|
||||
0x00000000 0x68 spi.o
|
||||
.debug_info 0x00000000 0x4f0 spi.o
|
||||
.debug_abbrev 0x00000000 0x145 spi.o
|
||||
.debug_loc 0x00000000 0x269 spi.o
|
||||
.debug_aranges
|
||||
0x00000000 0x70 spi.o
|
||||
.debug_ranges 0x00000000 0x60 spi.o
|
||||
.debug_line 0x00000000 0x2a9 spi.o
|
||||
.debug_str 0x00000000 0x222 spi.o
|
||||
.comment 0x00000000 0x31 spi.o
|
||||
.debug_frame 0x00000000 0xe8 spi.o
|
||||
.text 0x00000000 0x0 uart0.o
|
||||
.data 0x00000000 0x0 uart0.o
|
||||
.bss 0x00000000 0x0 uart0.o
|
||||
.text.usart0_init
|
||||
0x00000000 0x12 uart0.o
|
||||
.text.usart0_start
|
||||
0x00000000 0x8 uart0.o
|
||||
.text.uart0_sendChar
|
||||
0x00000000 0xc uart0.o
|
||||
.text.uart0_receiveChar
|
||||
0x00000000 0x8 uart0.o
|
||||
.text.uart0_receiveString
|
||||
0x00000000 0x26 uart0.o
|
||||
.debug_info 0x00000000 0x152 uart0.o
|
||||
.debug_abbrev 0x00000000 0x11c uart0.o
|
||||
.debug_loc 0x00000000 0xe0 uart0.o
|
||||
.debug_aranges
|
||||
0x00000000 0x40 uart0.o
|
||||
.debug_ranges 0x00000000 0x30 uart0.o
|
||||
.debug_line 0x00000000 0x144 uart0.o
|
||||
.debug_str 0x00000000 0x1cb uart0.o
|
||||
.comment 0x00000000 0x31 uart0.o
|
||||
.debug_frame 0x00000000 0x78 uart0.o
|
||||
.text 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o)
|
||||
.data 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o)
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o)
|
||||
@@ -117,6 +128,8 @@ Discarded input sections
|
||||
.bss 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_udivmodhi4.o)
|
||||
.text.libgcc.mul
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_udivmodhi4.o)
|
||||
.text.libgcc.div
|
||||
0x00000000 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_udivmodhi4.o)
|
||||
.text.libgcc 0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_udivmodhi4.o)
|
||||
.text.libgcc.prologue
|
||||
0x00000000 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_udivmodhi4.o)
|
||||
@@ -142,7 +155,7 @@ user_signatures 0x00850000 0x00000400 rw !x
|
||||
Linker script and memory map
|
||||
|
||||
Address of section .data set to 0x800100
|
||||
LOAD C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
LOAD C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
LOAD lcd.o
|
||||
LOAD main.o
|
||||
LOAD spi.o
|
||||
@@ -154,7 +167,7 @@ START GROUP
|
||||
LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a
|
||||
LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/../../../../avr/lib/avr51\libm.a
|
||||
LOAD c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/../../../../avr/lib/avr51\libc.a
|
||||
LOAD C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51\libatmega128.a
|
||||
LOAD C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51\libatmega128.a
|
||||
END GROUP
|
||||
|
||||
.hash
|
||||
@@ -247,9 +260,9 @@ END GROUP
|
||||
.rela.plt
|
||||
*(.rela.plt)
|
||||
|
||||
.text 0x00000000 0x328
|
||||
.text 0x00000000 0x106
|
||||
*(.vectors)
|
||||
.vectors 0x00000000 0x8c C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
.vectors 0x00000000 0x8c C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
0x00000000 __vector_default
|
||||
0x00000000 __vectors
|
||||
*(.vectors)
|
||||
@@ -275,13 +288,13 @@ END GROUP
|
||||
SORT(*)(.ctors)
|
||||
SORT(*)(.dtors)
|
||||
*(.init0)
|
||||
.init0 0x0000008c 0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
.init0 0x0000008c 0x0 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
0x0000008c __init
|
||||
*(.init0)
|
||||
*(.init1)
|
||||
*(.init1)
|
||||
*(.init2)
|
||||
.init2 0x0000008c 0xc C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
.init2 0x0000008c 0xc C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
*(.init2)
|
||||
*(.init3)
|
||||
*(.init3)
|
||||
@@ -296,10 +309,10 @@ END GROUP
|
||||
*(.init8)
|
||||
*(.init8)
|
||||
*(.init9)
|
||||
.init9 0x00000098 0x4 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
.init9 0x00000098 0x4 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
*(.init9)
|
||||
*(.text)
|
||||
.text 0x0000009c 0x2 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
.text 0x0000009c 0x2 C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
0x0000009c __vector_22
|
||||
0x0000009c __vector_28
|
||||
0x0000009c __vector_1
|
||||
@@ -339,46 +352,25 @@ END GROUP
|
||||
*(.text.*)
|
||||
.text.wait 0x0000009e 0x22 main.o
|
||||
0x0000009e wait
|
||||
.text.test2 0x000000c0 0xe6 main.o
|
||||
0x000000c0 test2
|
||||
.text.main 0x000001a6 0x8 main.o
|
||||
0x000001a6 main
|
||||
.text.spi_masterInit
|
||||
0x000001ae 0xe spi.o
|
||||
0x000001ae spi_masterInit
|
||||
.text.spi_write
|
||||
0x000001bc 0x8 spi.o
|
||||
0x000001bc spi_write
|
||||
.text.spi_slaveSelect
|
||||
0x000001c4 0x18 spi.o
|
||||
0x000001c4 spi_slaveSelect
|
||||
.text.spi_slaveDeSelect
|
||||
0x000001dc 0x16 spi.o
|
||||
0x000001dc spi_slaveDeSelect
|
||||
.text.displayDriverInit
|
||||
0x000001f2 0x42 spi.o
|
||||
0x000001f2 displayDriverInit
|
||||
.text.spi_intensity
|
||||
0x00000234 0x2c spi.o
|
||||
0x00000234 spi_intensity
|
||||
.text.spi_writeWord
|
||||
0x00000260 0x1e spi.o
|
||||
0x00000260 spi_writeWord
|
||||
.text.writeLedDisplay
|
||||
0x0000027e 0x58 spi.o
|
||||
0x0000027e writeLedDisplay
|
||||
.text.libgcc.div
|
||||
0x000002d6 0x26 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_divmodhi4.o)
|
||||
0x000002d6 _div
|
||||
0x000002d6 __divmodhi4
|
||||
.text.libgcc.div
|
||||
0x000002fc 0x28 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_udivmodhi4.o)
|
||||
0x000002fc __udivmodhi4
|
||||
0x00000324 . = ALIGN (0x2)
|
||||
.text.opgaveb1
|
||||
0x000000c0 0x1a main.o
|
||||
0x000000c0 opgaveb1
|
||||
.text.main 0x000000da 0x2 main.o
|
||||
0x000000da main
|
||||
.text.usart0_init
|
||||
0x000000dc 0x12 uart0.o
|
||||
0x000000dc usart0_init
|
||||
.text.usart0_start
|
||||
0x000000ee 0x8 uart0.o
|
||||
0x000000ee usart0_start
|
||||
.text.uart0_sendChar
|
||||
0x000000f6 0xc uart0.o
|
||||
0x000000f6 uart0_sendChar
|
||||
0x00000102 . = ALIGN (0x2)
|
||||
*(.fini9)
|
||||
.fini9 0x00000324 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_exit.o)
|
||||
0x00000324 _exit
|
||||
0x00000324 exit
|
||||
.fini9 0x00000102 0x0 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_exit.o)
|
||||
0x00000102 _exit
|
||||
0x00000102 exit
|
||||
*(.fini9)
|
||||
*(.fini8)
|
||||
*(.fini8)
|
||||
@@ -397,11 +389,11 @@ END GROUP
|
||||
*(.fini1)
|
||||
*(.fini1)
|
||||
*(.fini0)
|
||||
.fini0 0x00000324 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_exit.o)
|
||||
.fini0 0x00000102 0x4 c:/program files (x86)/atmel/studio/7.0/toolchain/avr8/avr8-gnu-toolchain/bin/../lib/gcc/avr/4.9.2/avr51\libgcc.a(_exit.o)
|
||||
*(.fini0)
|
||||
0x00000328 _etext = .
|
||||
0x00000106 _etext = .
|
||||
|
||||
.data 0x00800100 0x0 load address 0x00000328
|
||||
.data 0x00800100 0x0 load address 0x00000106
|
||||
0x00800100 PROVIDE (__data_start, .)
|
||||
*(.data)
|
||||
*(.data*)
|
||||
@@ -418,8 +410,8 @@ END GROUP
|
||||
*(.bss*)
|
||||
*(COMMON)
|
||||
0x00800100 PROVIDE (__bss_end, .)
|
||||
0x00000328 __data_load_start = LOADADDR (.data)
|
||||
0x00000328 __data_load_end = (__data_load_start + SIZEOF (.data))
|
||||
0x00000106 __data_load_start = LOADADDR (.data)
|
||||
0x00000106 __data_load_end = (__data_load_start + SIZEOF (.data))
|
||||
|
||||
.noinit 0x00800100 0x0
|
||||
0x00800100 PROVIDE (__noinit_start, .)
|
||||
@@ -469,12 +461,12 @@ END GROUP
|
||||
*(.comment)
|
||||
.comment 0x00000000 0x30 main.o
|
||||
0x31 (size before relaxing)
|
||||
.comment 0x00000030 0x31 spi.o
|
||||
.comment 0x00000030 0x31 uart0.o
|
||||
|
||||
.note.gnu.avr.deviceinfo
|
||||
0x00000000 0x3c
|
||||
.note.gnu.avr.deviceinfo
|
||||
0x00000000 0x3c C:/Program Files (x86)/Atmel/Studio/7.0/Packs/atmel/ATmega_DFP/1.0.90/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
0x00000000 0x3c C:/Program Files (x86)/Atmel/Studio/7.0/Packs/Atmel/ATmega_DFP/1.0.91/gcc/dev/atmega128/avr51/crtatmega128.o
|
||||
|
||||
.note.gnu.build-id
|
||||
*(.note.gnu.build-id)
|
||||
@@ -491,47 +483,47 @@ END GROUP
|
||||
.debug_sfnames
|
||||
*(.debug_sfnames)
|
||||
|
||||
.debug_aranges 0x00000000 0xc8
|
||||
.debug_aranges 0x00000000 0x98
|
||||
*(.debug_aranges)
|
||||
.debug_aranges
|
||||
0x00000000 0x58 main.o
|
||||
.debug_aranges
|
||||
0x00000058 0x70 spi.o
|
||||
0x00000058 0x40 uart0.o
|
||||
|
||||
.debug_pubnames
|
||||
*(.debug_pubnames)
|
||||
|
||||
.debug_info 0x00000000 0xd78
|
||||
.debug_info 0x00000000 0x9aa
|
||||
*(.debug_info .gnu.linkonce.wi.*)
|
||||
.debug_info 0x00000000 0x888 main.o
|
||||
.debug_info 0x00000888 0x4f0 spi.o
|
||||
.debug_info 0x00000000 0x858 main.o
|
||||
.debug_info 0x00000858 0x152 uart0.o
|
||||
|
||||
.debug_abbrev 0x00000000 0x359
|
||||
.debug_abbrev 0x00000000 0x330
|
||||
*(.debug_abbrev)
|
||||
.debug_abbrev 0x00000000 0x214 main.o
|
||||
.debug_abbrev 0x00000214 0x145 spi.o
|
||||
.debug_abbrev 0x00000214 0x11c uart0.o
|
||||
|
||||
.debug_line 0x00000000 0x702
|
||||
.debug_line 0x00000000 0x5a1
|
||||
*(.debug_line .debug_line.* .debug_line_end)
|
||||
.debug_line 0x00000000 0x459 main.o
|
||||
.debug_line 0x00000459 0x2a9 spi.o
|
||||
.debug_line 0x00000000 0x45d main.o
|
||||
.debug_line 0x0000045d 0x144 uart0.o
|
||||
|
||||
.debug_frame 0x00000000 0x1e8
|
||||
.debug_frame 0x00000000 0x178
|
||||
*(.debug_frame)
|
||||
.debug_frame 0x00000000 0x100 main.o
|
||||
.debug_frame 0x00000100 0xe8 spi.o
|
||||
.debug_frame 0x00000100 0x78 uart0.o
|
||||
|
||||
.debug_str 0x00000000 0x309
|
||||
.debug_str 0x00000000 0x2c3
|
||||
*(.debug_str)
|
||||
.debug_str 0x00000000 0x2b0 main.o
|
||||
0x2e9 (size before relaxing)
|
||||
.debug_str 0x000002b0 0x59 spi.o
|
||||
0x22d (size before relaxing)
|
||||
.debug_str 0x00000000 0x293 main.o
|
||||
0x2cc (size before relaxing)
|
||||
.debug_str 0x00000293 0x30 uart0.o
|
||||
0x1c0 (size before relaxing)
|
||||
|
||||
.debug_loc 0x00000000 0x5d2
|
||||
.debug_loc 0x00000000 0x436
|
||||
*(.debug_loc)
|
||||
.debug_loc 0x00000000 0x369 main.o
|
||||
.debug_loc 0x00000369 0x269 spi.o
|
||||
.debug_loc 0x00000000 0x356 main.o
|
||||
.debug_loc 0x00000356 0xe0 uart0.o
|
||||
|
||||
.debug_macinfo
|
||||
*(.debug_macinfo)
|
||||
@@ -551,10 +543,10 @@ END GROUP
|
||||
.debug_pubtypes
|
||||
*(.debug_pubtypes)
|
||||
|
||||
.debug_ranges 0x00000000 0xc0
|
||||
.debug_ranges 0x00000000 0x90
|
||||
*(.debug_ranges)
|
||||
.debug_ranges 0x00000000 0x60 main.o
|
||||
.debug_ranges 0x00000060 0x60 spi.o
|
||||
.debug_ranges 0x00000060 0x30 uart0.o
|
||||
|
||||
.debug_macro
|
||||
*(.debug_macro)
|
||||
|
||||
Reference in New Issue
Block a user