-
本代码是基于PXA270开发板的I2C总线驱动程序
本代码是基于PXA270开发板的I2C总线驱动程序-This code is based on PXA270 development board I2C bus driver
- 2022-05-06 23:22:14下载
- 积分:1
-
51时间步进程序示例
51时间步进程序示例
Auto_Man_SW = P0^0; //手动开关
Clamping_button = P0^1; //夹紧按钮
Lifting_button = P0^2; //升降按钮
Swaying_button = P0^3; //摇摆按钮
Vacuum_button = P0^4; //真空按钮
Vacuum_completed = P0^5; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 14:32:03下载
- 积分:1
-
附上freetype2.1.10的源代码,这个和上面传的是一起的
附上freetype2.1.10的源代码,这个和上面传的是一起的-Freetype2.1.10 attach the source code, this and the above is a mass of the
- 2022-10-02 00:30:04下载
- 积分:1
-
使用Keil MDK开发环境下实现对虚拟串口的程序。
采用KEIL MDK开发环境,实现USB下的虚拟串口驱动程序,内附全部源码,欢迎交流!-Using KEIL MDK development environment to achieve under the virtual USB serial port driver, included all the source code, please share!
- 2022-03-02 02:52:38下载
- 积分:1
-
CML公司的DE9901开发板
应用背景The CMX990 provides, on-chip: a flexible, formattable GMSK packet and freeformat modem, a dual synthesiser fed from an external source, IF and RF transceiver stages for both Rx and Tx modes, and auxiliary ADCs and DACs for system control and monitoring.关键技术Operating in the range of 400MHz to 1GHz at data rates of 4 to 16 kbps.
This single-chip, half-duplex device requires a minimum of external components, keeping end-product board size, power consumption and cost to an absolute minimum.
The versatile GMSK modem is configured for either packet and freeformat data operation via an efficient task-oriented Rx and Tx format and command structure combined with data scrambling, interleaving and FEC and CRC capabilities.
Rx data acquisition, extraction and tracking functions use Rx data-quality feedback to support varying signal environments. IF and RF functions in the Tx path handle all the signal processing requi
- 2022-02-04 17:09:35下载
- 积分:1
-
linux环境下sctp开源代码,可以使用gcc进行编译和开发。
linux环境下sctp开源代码,可以使用gcc进行编译和开发。-sctp open source of linux。
- 2022-04-10 07:09:10下载
- 积分:1
-
其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,...
其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open("/dev/dsp", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。
Sound1.c用于将录音保存在test.wav文件中,并利用cast test.wav > /dev/sound/dsp回放文件。此处需要注意的是,录音频率必须是44100才能正确回放。否则就会出现类似快放的效果。分析应该是cast方式利用了dsp的默认播放频率44100,所以如果录音的时候低于这个频率,这放的时候就会快放。
此外,设置采样率的时候必须设置成16bit,否则会提示出错。原因尚不知道,估计是与声卡有关。
- 2022-01-21 20:45:44下载
- 积分:1
-
how to use usb in embedded system.
USB在嵌入式系统中的应用。
USB在嵌入式系统中的应用。-how to use usb in embedded system.
- 2022-03-11 17:30:11下载
- 积分:1
-
贺老师的
贺老师的-FPGA设计高级进阶教程,适合于FPGA有一定基础的人-FPGA design
- 2022-01-28 22:17:45下载
- 积分:1
-
有了内核的代码,但是天哪,都太大了,有什么工具才可以迅速下载到目标板呢,tftp就有这个功能,运行在pc上!...
有了内核的代码,但是天哪,都太大了,有什么工具才可以迅速下载到目标板呢,tftp就有这个功能,运行在pc上!-with kernel code, but alas, too, what tools can quickly download it to the target board, tftp have this feature, running on the pc!
- 2022-09-21 13:25:02下载
- 积分:1