会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
oucaijun
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
10
11
12
13
14
15
16
17
18
···
43
下一页
2016年3月22日
解析stm32的时钟
摘要: STM32 时钟系统 http://blog.chinaunix.net/uid-24219701-id-4081961.html STM32的时钟系统 *** http://www.cnblogs.com/wangh0802PositiveANDupward/archive/2012/12/24/
阅读全文
posted @ 2016-03-22 13:47 oucaijun
阅读(1034)
评论(0)
推荐(0)
2016年3月21日
hi3518a_full_defconfig diff
该文被密码保护。
阅读全文
posted @ 2016-03-21 18:15 oucaijun
阅读(1)
评论(0)
推荐(0)
文件操作中的FLAG(O_RDONLY,O_WRONLY )的值
摘要: #include #include #include void main(void) { printf("O_ACCMODE %08x\n", O_ACCMODE ) ; printf("O_RDONLY %08x\n", O_RDONLY ) ; ...
阅读全文
posted @ 2016-03-21 14:06 oucaijun
阅读(9128)
评论(0)
推荐(0)
2016年3月19日
使用gettimeofday测试函数运行的时间
摘要: #include #include #include #define NEW_TIME_VALE struct timeval startTime,endTime; \ float Timeuse;\ #define START_GETTIME \ gettimeofday(&startTime,NULL); \ #def...
阅读全文
posted @ 2016-03-19 18:49 oucaijun
阅读(1244)
评论(0)
推荐(0)
2016年3月17日
红外学习,高低电平原始方法, FAIL
该文被密码保护。
阅读全文
posted @ 2016-03-17 13:32 oucaijun
阅读(1)
评论(0)
推荐(0)
死区时间
摘要: 关于死区时间,看到有这两种理解,一种是电机电感需要释放能量,一种是功率器件以及电路的延迟需要等待。个人理解他们都是死区时间的考虑因素。//ocj,待专业人士验证 1. 电机的各相输入的控制信号之间设定的互锁时间,留一段时间让储能电感放电,以免造成短路。 2. PWM输出时的Dead Zone(死区)
阅读全文
posted @ 2016-03-17 10:36 oucaijun
阅读(4418)
评论(0)
推荐(0)
2016年3月16日
嵌入式:使用dd命令制作烧写文件
摘要: 1. 使用dd命令制作烧写文件 环境: bootargs=mem=64M console=ttyAMA0,115200 root=/dev/mtdblock2 rootfstype=jffs2 mtdparts=hi_sfc:512K(boot),3M(kernel),2560K(rootfs),1
阅读全文
posted @ 2016-03-16 10:11 oucaijun
阅读(4898)
评论(0)
推荐(0)
2016年3月15日
C: 函数的名字是否受大小写影响?
摘要: 函数的名字大小写是否为同一函数? 不是,大小写不同,函数不同。 环境: gcc 版本 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) Linux ubuntu 3.2.0-23-generic-pae #36-Ubuntu SMP Tue Apr 10 22:19
阅读全文
posted @ 2016-03-15 16:37 oucaijun
阅读(647)
评论(0)
推荐(0)
C++:互斥量C++实现,内存调试,自动锁
摘要:
阅读全文
posted @ 2016-03-15 16:01 oucaijun
阅读(1573)
评论(0)
推荐(0)
2016年3月14日
linux环境ubuntu: pushd: not found
摘要: 编译错误: /bin/sh: 1: pushd: not found的问题 http://www.cnblogs.com/wansui/p/4230869.html 查看原因:进入/bin目录,查看sh的链接文件,显示如下:表示sh命令链接到的是dash,而pushd命令需要在bash的环境中执
阅读全文
posted @ 2016-03-14 17:26 oucaijun
阅读(4969)
评论(0)
推荐(1)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
43
下一页
公告
下载TeamViewer