搜索资源列表
nboot
- 由三星的2442修改而来,正确引导eboot,请注意用三星公版的硬件配置,具体可以参考QQ2440,因为我在些平台上跑过,具体操作 1.target settings : post-linker:选择为 ARM fromELF 2.ARM assembler与 ARM c Compiler 的 architecture or processor 选择为:ARM920T 3.ARM linker的 output:RO base为 0x00000000 (当仿真时为:0x30000000
overlaylinker3.6
- overlay linker 3.6,王爽老师的书所提到的两个重要工具,很多初学者找不到。其实就是link,王老师的命名有所误解初学者。-overlay linker 3.6
st7920
- 名称:ST7920字符驱动程序(ARM版) V1.0 作者:Transmart 中国传惠 gongxd@126.com 日期:2009-8-3 历史: 2009-8-3 V1.0 初始版本 环境: IDE-Version: uVision3 V3.63 Copyright (c) Keil Elektronik GmbH / Keil Software, Inc. 1995 - 2008 Tool Version Numbers:
BOOT
- 1.将所要制作成BOOT的程序,在编译之前将其中断向量映射到3F80, 寄存器PMST的值置为3FA0. 2.在CCS中,编译该程序时,加上-v548选项,如下所示: 打开PROJECT->BUILD OPTIONS->COMPILER -g -as -fr"D:\myprojects\dspii_g\vc5402\lcd" -v548 同时,在PROJECT->BUILD OPTIONS->LINKER中 MAP FILENAME -m
pic24-test
- 针对前面几个上传的单个程序作的测试程序,使用PIC24 PLAB GL -> 8.10,Compiler -> 3.22,Assembler -> 3.22,Linker -> 3.-test for pic24
shuangjitongxin
- 连线:两个单片机用3根线连起来,要共地,rxd,txd要交叉连接 程序效果:通过主机发送,从机接收 在主机中通过记下按键按下的次数,主机中显示最后 按下的六个数值,并发送给从机,从机也显示这六个数值-Connection: two microcontrollers with three lines connected together to a common ground, rxd, txd cross-linker to the effect: By sending host r
3
- 连线:两个单片机用3根线连起来,要共地,rxd,txd要交叉连接程序效果:通过主机发送,从机接收在主机中通过记下按键按下的次数,主机中显示最后按下的六个数值,并发送给从机,从机也显示这六个数值-Connection: two microcontrollers with three lines connected together to a common ground, rxd, txd cross-linker to the effect: By sending host receiving h
e2fsprogs-1.39.tar.gz
- e2fsprogs-1.39.tar.gz,LFS6.2软件包 step 1: 解压:e2fsprogs-1.39.tar.gz 到 e2fs目录下 step 2: # cd e2fs step 3: #mkdir build #cd build #../configure --host=arm-linux --enable-elf-shlibs--with-cc=arm-linux-gcc --with-linker=arm-linux-ld -- prefix=/us