- 博客(9)
- 资源 (24)
- 收藏
- 关注
原创 stm32+CC3000移植到ucosii之外部中断服务函数
int main (void){ CPU_INT08U os_err; BSP_IntDisAll(); /* Disable all ints until we are ready to accept them. */ OSInit(); /* Initialize "uC/OS-II, The Real-Time Kernel". */ os_err = OSTaskCreateExt((vo
2014-06-17 11:18:02
1661
原创 vb rs.RecordCount返回0的原因
str = Frame(7) & Frame(8) & Frame(9) & Frame(10) & Frame(11) & Frame(12) & Frame(13) & Frame(14) //这里str为带双引号的字符串"123456",但sql语句只支持单引号 Call OpenConn sqlm = "select * from dev_in
2014-03-27 16:35:37
2221
原创 stm32f103 flash读写函数
#include "main.h"#define PAGE_ADDR(0x08000000 + 64 * 1024)uint8 MemReadByte(uint16 *data,uint16 num) { uint16 *temp_addr = (uint16 *)PAGE_ADDR;
2014-01-13 16:07:55
3162
1
原创 u-boot-2010.03 移植到OK6410问题
make[1]: Entering directory `/home/uboot/u-boot-2010.03/nand_spl/board/samsung/smdk6410'make[1]: Leaving directory `/home/uboot/u-boot-2010.03/nand_spl/board/samsung/smdk6410'make[1]: Entering dir
2013-11-28 23:56:04
951
转载 make menuconfig时出现的问题及解决
今天在学习linux内核配置时,在linux源码的根目录下输入make menuconfig如:[root@localhost linux-2.6.32.59]# make menuconfig出现如下结果:***Unable to find the ncurses libraries or the***required header files.***'make me
2013-07-31 13:19:48
1818
转载 arm-linux-gcc安装
arm-linux-gcc安装arm-linux-gcc安装 开发ARM的linux,交叉编译环境是必有建立的,因此选用了arm-linux-gcc3.4.1,下面是它的安装过程、1、将arm-linux-gcc的压缩包arm-linux-gcc-3.4.1.tar.gz解压缩;2、将路径usr/local下的arm目录拷贝到你自己系统的/usr/local下;3、vi/etc/pro
2013-07-27 10:58:22
660
原创 创建samba服务器
虚拟机安装linux以后,可能没安装samba,这时候需要手动安装首先,挂载系统安装盘 mount /dev/cdrom /mnt/cdrom,mnt目录下没有cdrom目录的话需要手动创建找到samba-client-3.0.33-3.7.el5,samba-3.0.33-3.7.el5,samba-common-3.0.33-3.7.el5,samba-swat-3.0.33-3.7.
2013-07-24 22:33:57
640
转载 bash: useradd: command not found如何解决
最近开始学习linux的指令操作,在我使用‘useradd’的指令时遇到了问题。我想添加一个名为user1的用户名指令应该为‘useradd user1’,但是他却出现了“bash: useradd: command not found”提示,最后我在网查查资料终于找到了原因。首先我不是root登陆的用户,而是普通用户登陆的,然后用‘su root’命令切换到root下,所以问题就出在这里
2013-07-23 00:39:17
2531
Getting started with the X-CUBE-CELLULAR
2018-08-30
Small Form Factor, 2-Wire, 4-20mA Current-Loop, RTD Temperature Transmitter
2018-08-30
Analog Linearized 3-Wire PT100 RTD to 2-Wire 4-20mA Current Loop Transmitter
2018-08-30
tidu751a-Temperature Transmitter on Single Chip Mixed-Signal MCU
2018-08-30
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人