关于s3c2440 LED的问题!
我在g-bios下写了一段点亮LED的代码。根据datasheet我将GPEDAT寄存器的bit[12]和bit[13]位置0时,LED灯就能点亮。datasheet上面写着GPECON寄存器的默…
IRQ_ADC problem
在IRQ_TC已经触发的情况下,出发IRQ_ADC中断触发失败为所么,代码如下 #include #include #include #include #include #include static int hello(voi…
IRQ_TC problem
在出发TC中断问题,代码如下,想问下具体步骤: #include #include #include #include #include #include static int hello(void) { printf("…
[patch] modify 9263 board's reg define and improve the Emac9161's driver
modify 9263 board's reg define and improve the Emac9161's driver 修改了at91sam9263reg.h文件,使得选择9263时,g-bios可以编译通过。 如果使用Em…
[PATCH] Modify UDP interface
Modify UDP interface signed-off-by: Changxian Tan ------------------------------------------------------------------------------------…
没有arm-maxwit-linux-gnueabi-gcc
arm-maxwit-linux-gnueabi-addr2line arm-maxwit-linux-gnueabi-ld arm-maxwit-linux-gnueabi-readelf arm-maxwit-linux-gnueabi-ar a…
安装maxwit出问题———求助
希望前辈给我看一下: patching file opcodes/ChangeLog patching file opcodes/ppc-dis.c patching file opcodes/ppc-opc.c patching file gas/Makef…
SDRAM initialization and testing
Here's an example for SDRAM initialization and testing mov r0, #PBASE_SDRAM ldr r1, =PBASE_SDRAMC @ 1 ldr r2, =0x85227279 …
在ARM开发板上实现了 一个最简单的HelloWorld程序(参考了G-bios上半部分)
现在贴出来,与大家分享一下一个最简单的HelloWorld 程序。 部分代码参考了G-bios的上半部份。 简要分析一下,标号TigerEntry是程序的入口地址,CPU在…
at91sam9261 inituart debug problem
At91sam9261 inituart 问题: 在调试At91sam9261 UART时遇到把初始化程序烧录到板子后,打开keimit显示RomBOOT,reset之后也是显示RomBOOT,贴出inituar…
atmel9261 debug unit调试问题
1调试PIO controller (怎么找PIO对应引脚????) 2调试PMC开启debug unit时钟(PMC中怎么开???) 3通过设置DBGU_CR寄存器RXEN域(接收器enable),TXE…
g-bios中添加新命令方式的改进
g-bios中添加一个新命令需要两个步骤: 1) 用一个static int main()函数实现新命令 2) 使用INSTALL_APPLICATION()宏将该main函数地址存放到内存中的一…
Title:How to light led in led2 command
Email: longxinhui276@126.com Title:How to light led in led2 command 硬件:勤研s3c2440开发版。 前面的文档我们分析了g-bios里一条命令的执行流程…