📄 ds1302.map
字号:
Map of Debug\ds1302.sm8 from link file Debug\ds1302.lkf - Sun Sep 04 20:25:57 2011
--------
Segments
--------
start 00008080 end 00008090 length 16 segment .const
start 00008093 end 000086dc length 1609 segment .text
start 00004000 end 00004000 length 0 segment .eeprom
start 00000000 end 00000000 length 0 segment .bsct
start 00000000 end 0000000a length 10 segment .ubsct
start 0000000a end 0000000a length 0 segment .bit
start 0000000a end 0000000a length 0 segment .share
start 00000100 end 00000100 length 0 segment .data
start 00000100 end 00000100 length 0 segment .bss
start 00000000 end 00004c61 length 19553 segment .debug
start 00008000 end 00008080 length 128 segment .const
start 00008090 end 00008093 length 3 segment .init
-------
Modules
-------
C:\Program Files\COSMIC\CXSTM8\Lib\crtsi0.sm8:
start 00008093 end 000080de length 75 section .text
start 00000100 end 00000100 length 0 section .bss
start 00000000 end 00000000 length 0 section .ubsct
Debug\main.o:
start 000080de end 00008498 length 954 section .text
start 00000000 end 00000004 length 4 section .ubsct
start 00000000 end 00000618 length 1560 section .debug
start 00008080 end 00008090 length 16 section .const
Debug\ds1302.o:
start 00008498 end 00008616 length 382 section .text
start 00000618 end 000008d1 length 697 section .debug
Debug\stm8s_it.o:
start 00008616 end 00008631 length 27 section .text
start 000008d1 end 000010a7 length 2006 section .debug
Debug\stm8s_clk.o:
start ******** end ******** length 0 section .text *** removed ***
start 000010a7 end 0000289c length 6133 section .debug
start ******** end ******** length 0 section .const *** removed ***
Debug\stm8s_gpio.o:
start 00008631 end 000086dc length 171 section .text
start 0000289c end 000032a6 length 2570 section .debug
Debug\stm8s_uart2.o:
start ******** end ******** length 0 section .text *** removed ***
start 000032a6 end 00004b3b length 6293 section .debug
start ******** end ******** length 0 section .const *** removed ***
(C:\Program Files\COSMIC\CXSTM8\Lib\libm0.sm8)xreg.o:
start 00000004 end 00000007 length 3 section .ubsct
(C:\Program Files\COSMIC\CXSTM8\Lib\libm0.sm8)yreg.o:
start 00000007 end 0000000a length 3 section .ubsct
Debug\stm8_interrupt_vector.o:
start 00004b3b end 00004c61 length 294 section .debug
start 00008000 end 00008080 length 128 section .const
-----------
Stack usage
-----------
Debug\ds1302.o:
_Read1302 6 (6)
_Set1302 14 (8)
_Write1302 6 (6)
Debug\main.o:
_LCD_BUSY 9 (3)
_delay_ms 6 (6)
_delay_us 3 (3)
_lcd162a_DispOneChar 22 (5)
_lcd162a_LocateXY 17 (5)
_lcd162a_Reset 16 (2)
_lcd162a_WriteCommand 12 (3)
_lcd162a_WriteData 12 (3)
_lcd162a_cls 14 (2)
_lcd162a_ePutstr 30 (8)
_main > 34 (4)
_xwDelay > 6 (6)
Debug\stm8s_gpio.o:
_GPIO_DeInit > 2 (2)
_GPIO_ExternalPullUpConfig > 6 (6)
_GPIO_Init 6 (6)
_GPIO_ReadInputData 2 (2)
_GPIO_ReadInputPin > 5 (5)
_GPIO_ReadOutputData > 2 (2)
_GPIO_Write 5 (5)
_GPIO_WriteHigh 5 (5)
_GPIO_WriteLow 5 (5)
_GPIO_WriteReverse > 5 (5)
Debug\stm8s_it.o:
f_ADC2_IRQHandler > 5 (5)
f_AWU_IRQHandler > 5 (5)
f_CAN_RX_IRQHandler > 5 (5)
f_CAN_TX_IRQHandler > 5 (5)
f_CLK_IRQHandler > 5 (5)
f_EEPROM_EEC_IRQHandler > 5 (5)
f_EXTI_PORTA_IRQHandler > 5 (5)
f_EXTI_PORTB_IRQHandler > 5 (5)
f_EXTI_PORTC_IRQHandler > 5 (5)
f_EXTI_PORTD_IRQHandler > 5 (5)
f_EXTI_PORTE_IRQHandler > 5 (5)
f_I2C_IRQHandler > 5 (5)
f_NonHandledInterrupt > 5 (5)
f_SPI_IRQHandler > 5 (5)
f_TIM1_CAP_COM_IRQHandler > 5 (5)
f_TIM1_UPD_OVF_TRG_BRK_IRQHandler > 5 (5)
f_TIM2_CAP_COM_IRQHandler > 5 (5)
f_TIM2_UPD_OVF_BRK_IRQHandler > 5 (5)
f_TIM3_CAP_COM_IRQHandler > 5 (5)
f_TIM3_UPD_OVF_BRK_IRQHandler > 5 (5)
f_TIM4_UPD_OVF_IRQHandler > 5 (5)
f_TLI_IRQHandler > 5 (5)
f_TRAP_IRQHandler > 5 (5)
f_UART1_RX_IRQHandler > 5 (5)
f_UART1_TX_IRQHandler > 5 (5)
f_UART3_RX_IRQHandler > 5 (5)
f_UART3_TX_IRQHandler > 5 (5)
Stack size: 39
---------
Call tree
---------
1 > _GPIO_DeInit: (2)
2 > _GPIO_ExternalPullUpConfig: (6)
3 > _GPIO_ReadInputPin: (5)
4 > _GPIO_ReadOutputData: (2)
5 > _GPIO_WriteReverse: (5)
6 > __stext: (0)
7 > _main: (4)
8 + _GPIO_Init: (6)
9 + _Read1302: (6)
10 + _Set1302: (8)
11 | + _Write1302: (6)
|
12 + _delay_ms: (6)
13 + _lcd162a_DispOneChar: (5)
14 | + _lcd162a_LocateXY: (5)
15 | | + _lcd162a_WriteCommand: (3)
16 | | | + _GPIO_Write: (5)
17 | | | + _GPIO_WriteHigh: (5)
18 | | | + _GPIO_WriteLow: (5)
19 | | | + _LCD_BUSY: (3)
20 | | | | + _GPIO_Init --> 8
21 | | | | + _GPIO_ReadInputData: (2)
22 | | | | + _GPIO_WriteHigh --> 17
23 | | | | + _GPIO_WriteLow --> 18
24 | | | | + _delay_ms --> 12
| | | |
25 | | | + _delay_us: (3)
| | |
| |
26 | + _lcd162a_WriteData: (3)
27 | | + _GPIO_Write --> 16
28 | | + _GPIO_WriteHigh --> 17
29 | | + _GPIO_WriteLow --> 18
30 | | + _LCD_BUSY --> 19
31 | | + _delay_us --> 25
| |
|
32 + _lcd162a_Reset: (2)
33 | + _delay_ms --> 12
34 | + _lcd162a_WriteCommand --> 15
35 | + _lcd162a_cls: (2)
36 | | + _lcd162a_WriteCommand --> 15
| |
|
37 + _lcd162a_cls --> 35
38 + _lcd162a_ePutstr: (8)
39 | + _lcd162a_DispOneChar --> 13
|
40 > _xwDelay: (6)
41 > f_ADC2_IRQHandler: (5)
42 > f_AWU_IRQHandler: (5)
43 > f_CAN_RX_IRQHandler: (5)
44 > f_CAN_TX_IRQHandler: (5)
45 > f_CLK_IRQHandler: (5)
46 > f_EEPROM_EEC_IRQHandler: (5)
47 > f_EXTI_PORTA_IRQHandler: (5)
48 > f_EXTI_PORTB_IRQHandler: (5)
49 > f_EXTI_PORTC_IRQHandler: (5)
50 > f_EXTI_PORTD_IRQHandler: (5)
51 > f_EXTI_PORTE_IRQHandler: (5)
52 > f_I2C_IRQHandler: (5)
53 > f_NonHandledInterrupt: (5)
54 > f_SPI_IRQHandler: (5)
55 > f_TIM1_CAP_COM_IRQHandler: (5)
56 > f_TIM1_UPD_OVF_TRG_BRK_IRQHandler: (5)
57 > f_TIM2_CAP_COM_IRQHandler: (5)
58 > f_TIM2_UPD_OVF_BRK_IRQHandler: (5)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -