-
自定义字符代
下面是嵌入式C代码,用于在LCD上生成自定义字符。
- 2022-04-17 21:06:17下载
- 积分:1
-
P89CXX computer programmer sent*
P89CXX 编程器电脑发送程序*-P89CXX computer programmer sent*
- 2022-01-24 14:07:50下载
- 积分:1
-
二维码生成解析源码
QRCODE二维码作者开源的生成及解析的源码,可以移植到单片机上,纯C编写,库的接口使用起来非常方便,说明也很详细。
- 2022-06-18 12:26:41下载
- 积分:1
-
提交注册代码
应用背景
用户注册
用户名
密码
关键技术
用户注册
……
- 2022-07-14 19:52:45下载
- 积分:1
-
使用labview进行系统开发,周期短,且比较容易修改。系统升级方便。成本比较低...
使用labview进行系统开发,周期短,且比较容易修改。系统升级方便。成本比较低-use LabVIEW for systems development, a short cycle, and relatively easy to change. System upgrade convenience. The cost is relatively low
- 2022-05-16 02:40:46下载
- 积分:1
-
超轻量级TCP/IP协议栈源代码,可用于嵌入式开发学习
超轻量级TCP/IP协议栈源代码,可用于嵌入式开发学习-simple TCP/IP protocol souce code,be used in embeded develop study
- 2022-06-14 04:14:52下载
- 积分:1
-
RTLinux的介绍,Flab公司的Tech,内容新颖,学习嵌入式Linux的好东西...
RTLinux的介绍,Flab公司的Tech,内容新颖,学习嵌入式Linux的好东西-RTLinux, the Flab Tech, innovative content, learning Embedded Linux a good thing
- 2023-01-01 20:55:05下载
- 积分:1
-
嵌入式LINUX下工控机液晶显示屏字符显示程序,通过串口
嵌入式LINUX下工控机液晶显示屏字符显示程序,通过串口-嵌 式 LINUX 鹿 鼗 液 示 示, 通
- 2022-02-06 00:41:58下载
- 积分:1
-
" ARM embedded Linux device driver development example," Chapter IV cod...
《ARM嵌入式Linux设备驱动实例开发》,第四章代码,按键驱动开发-" ARM embedded Linux device driver development example," Chapter IV code, key-driven development
- 2022-03-19 08:12:13下载
- 积分: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