搜索结果
找到约 34 项符合
usr-DR15X 的查询结果
单片机开发 this MAX 7000 Programmable Logic reference book,in this book,you can learn how to usr the Max7000 Fa
this MAX 7000 Programmable Logic reference book,in this book,you can learn how to usr the Max7000 Family s
CPLD
Jsp/Servlet Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will ne
Copy the code into your your JSP directory under /usr/local/etc/httpd/htdocs/html/LOGIN. You will need to change the xxxxxx of "con=DriverManager.getConnection["jdbc:mysql://localhost/"+db,user,"xxxxxxx"] " to reflect your MySQL password. Copy the HTML form above to the same directory above or to ...
Linux/Unix编程 interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o in
interrupt application code
* compile :
* $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c
* $cp interrupt /tftpboot/examples
* run in target:
* #mount 192.168.1.180:/tftpboot/ /mnt/nfs
* #cd /mnt/nfs/examples
* #insmod eintdrv.o
* ...
其他嵌入式/单片机内容 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/inc
1、将makefile中的
CROSS =/usr/local/arm/2.95.3/bin/arm-linux-
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include
CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux
CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include
路径改为你宿主机上的。
2、#make,来编译驱动模块。
3、#export PATH=$PATH:/usr/local/arm/2.95 ...
技术资料 USR-BLE103蓝牙模块软件设计说明书
本说明书为USR-BLE103的嵌入式开发手册,有详细的引脚说明和功能说明,并附带例程以方便工程师进行相应的二次开发,适用于便携性医疗器械的无线传输
技术资料 双4G无线工业路由器 USR-G808_V1.0.11
1,产品简介USR-G808是一款双4G无线工业路由器,提供了一种用户通过WIF1或是网口接入4G网络的解决方案.产品采用商业级高性能嵌入式CPU,工作频率高达580MHz,基于多样的硬件接口+强大的软件功能+灵活的组网方式,用户可以快递组建自己的应用网络,该产品已经在物联网产业链中的M2N行业广泛应用,为智能电网、个人医疗、智能 ...
单片机编程 I/O 型单片机使用手册
I/O 型单片机使用手册
目录
间接寻址寄存器 – IAR, IAR0, IAR1 .............................................35间接寻址指针 – MP, MP0, MP1 ......................................................35存储区指针 – BP .........................................................................36累加器 – ACC... ...
单片机编程 ARM处理器的工作模式
ARM处理器的工作模式
ARM处理器状态    ARM微处理器的工作状态一般有两种,并可在两种状态之间切换:第一种为ARM状态,此时处理器执行32位的字对齐的ARM指令;第二种为Thumb状态,此时处理器执行16位的、半字对齐的Thumb指令。在程序的执行过程中,微处理器可以随时在两种工作状态之间切换,并且,处理器工 ...
Linux/Unix编程 该驱动的编译
该驱动的编译,需要linux内核源代码的支持。驱动编译默认指向的源代码路径为/usr/src/linux,如果您的linux源代码没有安装,请务必安装。如果您的内核源代码的路径不是/usr/src/linux,可以建立一个符号链接ln –s /usr/src/linux-x.xx.xx /usr/src/linux在驱动源代码路径下执行 make 命令,生成驱动的目标文件 can9880.o在 ...
驱动编程 In the ffuart.tar.gz it has one file. The serial.c is the source codes of the FFUART as a console
In the ffuart.tar.gz it has one file.
The serial.c is the source codes of the FFUART as a console port, it should be put into the directory: /usr/src/linux/drivers/char/, and be compiled into the kernel.