ChinaUnix.net
相关讨论

一、开发环境

  • 主  机:ubuntu10.04
  • 开发板:Mini2440--256MB Nand, Kernel:2.6.32.4
  • 编译器:arm-linux-gcc-4.3.2

二、pwm怎样工作在ARM linux

1. 什么是pwm

   pwm(脉冲宽度调制)简单的讲是一种变频技术之一,是靠改变脉冲宽度来控制输出电压,通...

by apple_guet - 移动操作系统 - 2011-12-20 09:44:10 阅读(1424) 回复(0)
by OliverChina - 移动操作系统 - 2011-01-07 15:53:20 阅读(540) 回复(0)

本人刚学嵌入式驱动程序的编写,用的是s3c2410,开发平台是博创的UP-TECH 2410S,下面是启动pwm寄存器的设置,然后去驱动直流电动机,但电动机不转,请各位大侠指教!!! 谢谢^_^ #define tout01_enable() \ ({ GPBCON &=~ 0xf; \ GPBCON |= 0xa; }) #define tout01_disable() \ ({ GPBCON &=~ 0xf; \ GPBCON |= 0x5; \ GPBUP &=~0x3; }) /* deafault divider value=1/2 */ /* dea...

by mxfszy - 驱动开发 - 2008-04-16 08:58:18 阅读(1749) 回复(0)

.pwm是什么文件 什么语言?

by ICANFLYISURE - Java - 2003-11-25 10:55:36 阅读(918) 回复(0)

在安装google-perftools时,首先安装LIBUNWIND,但在编绎安装都有这个句子,如 CLAFG=-fPIC ./configure make CLAFG=-fPIC make CLAFG=-fPIC install 这个CLAFG=-fPIC具体是什么,有什么作用?请教下。

by wuyongyu141799 - Linux新手园地 - 2013-12-17 08:22:54 阅读(1074) 回复(2)

//======================================================================

by luozhiyong131 - 移动操作系统 - 2011-12-22 08:51:04 阅读(612) 回复(0)

S3C2440A 有5 个16 位定时器。其中定时器0、1、2 和3 具有脉宽调制(pwm)功能。
定时器4 是一个无输出引脚的内部定时器

by wotaiqile - 移动操作系统 - 2011-12-20 09:44:07 阅读(719) 回复(0)

qt的pwm测试小程序 hello.h---------------------------- #include #include #include #include #include #include #include class myMainWindow : public QWidget { Q_OBJECT public: myMainWindow(); void startpwm(void); void stoppwm(void); public slots: void bEvent(); //按钮事件 void add(); void sub(); void...

by mclovein - Linux文档专区 - 2009-11-23 21:51:20 阅读(914) 回复(0)

前几个月拼了一台测试的linux PC机器(没有显示器),就放在我的桌子下.装了oracle 10g练手.但是我只有一台显示器,每次启动不起来的时候都要把显示器换来换去,太麻烦了. 正好我手头有NULL Modem线,所以想在我的PC跟测试机之间用串口连接,然后通过串口去admin linux. 1.修改menu.lst [root@ora600 etc]# diff /boot/grub/menu.lst /boot/grub/menu.lst.b4ttyS0 16c16 kernel /boot/vmlinuz-2.6.18-53.el5 ro r...

by ga0feng - Linux文档专区 - 2009-02-08 12:41:53 阅读(1287) 回复(2)


by swet123 - 移动操作系统 - 2011-12-23 03:03:00 阅读(602) 回复(0)