⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 guidriver.cm

📁 一款SmartPhone的驱动代码
💻 CM
字号:
;Map set
-code 0x0c00000             ; set relative code section start address
;-data 0x0c01000            ; set relative data section start address
;-bss  0x0000000            ; set relative bss  section start address

;-code 0x0c00100 {test2.o test3.o} ; set code sections to absolute address
;-data 0x0c01100 {test2.o test3.o} ; set data sections to absolute address
;-bss  0x0000200 {test2.o test3.o} ; set bss  sections to absolute address

;Library path
-l D:\cc33\lib

;Executable file
-o guidriver.srf

;Object files start
HAL_CAMERA.o
HAL_DISPLAY.o
HAL_HOST.o
HAL_LCD.o
HAL_LUT.o
HAL_POWER.o
HAL_RESIZE.o
MEGCONFIG.o
dma_ini.o
guiGhl.o
guiIal.o
guiIhl.o
guiKeytable.o
guiPolltime.o
drv_key.o
drv_Lcd.o
drv_ad2lcd.o
drv_touch.o
;Object files end

;Library files
;io.lib
;lib.lib
math.lib
string.lib
ctype.lib
fp.lib
idiv.lib

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -