-
UCOS
UCOS-II的原码,希望能对嵌入式操作系统的朋友有所帮助-UCOS-II of the original code, hoping to help a friend of embedded operating systems
- 2022-01-26 02:01:34下载
- 积分:1
-
miniSTM32demo is the official web site 3
miniSTM32demo是官方网站3合1电路板的运行程序,GPIO控制等功能的实现.-miniSTM32demo is the official web site 3-in-a circuit board running the program, GPIO control functions implementation.
- 2023-07-19 15:35:03下载
- 积分:1
-
MSP430F149 control using radio frequency chip CC1000 ordinary two
用MSP430F149控制普通射频芯片CC1000的双向通信程序(串口、液晶显示),软件按状态机原理实现,开发环境为IAR-MSP430F149 control using radio frequency chip CC1000 ordinary two-way communication process (serial, liquid crystal display), the software state machine according to the principle of implementation and development environment for the IAR
- 2022-01-27 22:18:08下载
- 积分:1
-
一看到门x2502345 C外部微控制器
One for the external microcontroller to see the door x2502345 c-language program-A BCD conversion software for the microcontroller, 16-hex BCD conversion software
- 2022-03-21 16:26:44下载
- 积分:1
-
在Luminary单片机的以太网控制器的底层驱动程序的编写!Luminary的单片机采用Cortex
在Luminary单片机的以太网控制器的底层驱动程序的编写!Luminary的单片机采用Cortex-M3内核,具有先进的技术-Luminary Singlechip in the bottom of the Ethernet controller driver to prepare! Luminary microcontroller using Cortex-M3 core, with advanced technology
- 2022-08-16 10:18:31下载
- 积分:1
-
韩国和# 39;2410的USB驱动代码的三星公司的手臂,发展…
韩国三星公司的arm 2410 的usb驱动代码,对于想开发ARM调试工具的工程师,可能有帮助-Korea"s Samsung Corporation arm of the 2410 usb driver code, For development to debugging tool for ARM engineers, may help
- 2022-05-28 06:00:36下载
- 积分:1
-
avr 通用延时程序
这个是avr 通用延时程序的汇编源代码。欢迎大家下载、试用。谢谢大家的支持!希望能有帮助!
- 2022-06-12 15:02:33下载
- 积分:1
-
模拟异步串行通信
模拟异步串行通信-simulation asynchronous serial communications
- 2022-08-20 04:12:27下载
- 积分: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
-
嵌入式MYSQL编程例子,在WINDOWS或者LINUX上都可以运行
嵌入式MYSQL编程例子,在WINDOWS或者LINUX上都可以运行-MYSQL programming examples embedded in the WINDOWS or LINUX can run on both
- 2022-01-21 21:55:49下载
- 积分:1