-
采用了开放・软件DSP Gateway的 使用linux的OMAP DSP部的软件开发活程序「fir_app.c」编码...
采用了开放・软件DSP Gateway的 使用linux的OMAP DSP部的软件开发活程序「fir_app.c」编码-use of open software DSP Gateway"s use of linux OMAP DSP software development for the Department of live proceedings "fir_app.c" coding
- 2022-06-15 17:37:47下载
- 积分:1
-
STM32F107+v3.5+uCosIII模版
整理好的结构,修改了的过程异常、获取时钟、时间片、自启动的任务数、、、、、、、、
- 2022-02-10 01:13:06下载
- 积分:1
-
LCD 1602 显示,加简单的汉字显示,在51单片机上实现
LCD 1602 显示,加简单的汉字显示,在51单片机上实现-LCD 1602 display
- 2022-09-23 18:40:03下载
- 积分:1
-
一种任意方波信号的产生方法,非常简单,看看就会了,适合菜鸟。...
一种任意方波信号的产生方法,非常简单,看看就会了,适合菜鸟。
- 2022-03-25 11:24:04下载
- 积分:1
-
基于opencv手势识别的智能机器人代码
void track_hand()
{
image = cvCreateImage( sz, 8, 3 );
hsv = cvCreateImage( sz, 8, 3 );
hue = cvCreateImage( sz, 8, 1 );
mask = cvCreateImage( sz, 8, 1 );
//分配掩膜图像空间
backproject = cvCreateImage( sz, 8, 1 );
//分配反向投影图空间,大小一样,单通道
- 2022-01-21 17:27:04下载
- 积分:1
-
应用ADS下载nand flash源代码
应用ADS下载nand flash源代码-Application of ADS to download the source code nand flash
- 2022-07-28 11:27:04下载
- 积分:1
-
STM32程序5个UCGUI的移植例程
STM32程序5个UCGUI的移植例程.
基于 STM32F103VC 的项目示例 Keil MDK 4、 xx (256MBYTE) HY35A TFT 使用 SSD1963 在 µCos II / µCgui 3.90a 环境。
可用爱好学者作为学习使用。
- 2022-03-30 22:33:36下载
- 积分:1
-
3000uclinux.rar(bootloader)
3000uclinux.rar(bootloader)
- 2022-07-09 20:30:54下载
- 积分:1
-
总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不...
总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如果是uClinux本身不支持的调用,那么就需要改写代码了。-Overall, the uClinux on the development and standard Linux is still very similar. Usually can use the following steps to design and debug : Ethernet-based development environment; If the design of the procedure and not linked to the hardware, then it must be the first standard Linux compiler and debugging through. Flexibility in the use of gdb and gcc will greatly save time; X86 will be on the GCC-compiled application with cross-compiler tool to compile; If you compile time error is found, it was very likely that the following issues : cross-compilers or libraries are not the correct path; The most radical solution is a re-installed time compiler; encountered does not support functions; At this time the need to
- 2022-10-25 13:50:03下载
- 积分:1
-
嵌入式ds18b20温度传感器input子系统驱动程序
该源码采用嵌入式linux中input子系统框架写的ds18b20温度传感器驱动程序,里面也有测试程序,在S5PV210的arm板上经测试,可以直接编译使用
- 2022-10-21 10:15:04下载
- 积分:1