-
this code under the SDT2.51 debugging through, I can blame the ARM DEVELOP BOARD...
此代码在SDT2.51下调试通过,可以在我的板子ARM DEVELOP BOARD V1.0上面跑!经测试也适应于恒丰公司S344BOX等采公板设计的开发板。在其上电以后LED会闪烁一下,接着串口0会输出一些系统信息
可以通过串口终端与系统交互,可以测试320X240 STN LCD,包括图形显示函数,ascii字符显示函数。-this code under the SDT2.51 debugging through, I can blame the ARM DEVELOP BOARD V1.0 above Run! After tests also adapted to Prudential and other mining companies S344BOX public board design development board. In his last-- after about LED blinks, Serial 0 then the output will be some system information through serial terminal and system interaction, can test the 320 X240 STN LCD, including graphic display function, ascii character display function.
- 2022-02-04 05:34:14下载
- 积分:1
-
使用mega8的USART与计算机通信,已调通
使用mega8的USART与计算机通信,已调通-Mega8 use of the USART and computer communications, has been transferred Qualcomm
- 2022-12-14 22:05:34下载
- 积分:1
-
intel pxa255 处理器开发应用手册
intel pxa255 处理器开发应用手册-Application Handbook
- 2023-01-15 18:35:04下载
- 积分:1
-
Keil prepared by the use of liquid crystal display driver, to achieve a rolling...
使用keil编写的关于液晶显示的驱动程序,能够实现滚动显示-Keil prepared by the use of liquid crystal display driver, to achieve a rolling display
- 2022-08-12 23:37:14下载
- 积分:1
-
Linux内核驱动爱普生S1D13700的LCD控制器。
Linux kernel driver for Epson s1d13700 LCD controller.
- 2022-01-25 16:49:21下载
- 积分:1
-
Based on Sunplus GPCE061, compiled by the C and the composition of the NANDFLASH...
基于凌阳GPCE061,由C和汇编嵌套组成的NandFlash驱动程序-Based on Sunplus GPCE061, compiled by the C and the composition of the NANDFLASH nested driver
- 2022-03-02 00:56:51下载
- 积分:1
-
这是本人以前用C51做的TCP/IP协议,也是借鉴了一些前辈的东西,,,,绝对可用!...
这是本人以前用C51做的TCP/IP协议,也是借鉴了一些前辈的东西,,,,绝对可用!-this is my previously C51 do TCP/IP protocol, as well as from some older things,, absolutely available!
- 2022-05-19 22:50:44下载
- 积分:1
-
基于Qt的多媒体播放器
应用背景自己写的基于Qt的多媒体播放器,包含音乐播放器的必备功能,以及歌词显示,系统托盘,拖曳播放等扩展功能关键技术// 创建用来解析媒体的信息的元信息解析器
metaInformationResolver = new Phonon::MediaObject(this);
// 需要与AudioOutput连接后才能使用metaInformationResolver来获取歌曲的总时间
Phonon::AudioOutput *metaInformationAudioOutput =
new Phonon::AudioOutput(Phonon::MusicCategory, this);
Phonon::createPath(metaInformationResolver, metaInformationAudioOutput);
connect(metaInformationResolver, SIGNAL(stateChanged(Phonon::State, Phonon::State)),
this, SLOT(metaStateChanged(Phonon::State, Phonon::State)));
connect(mediaObject, SIGNAL(currentSourceChanged(Phonon::MediaSource)),
this, SLOT(sourceChanged(Phonon::MediaSource)));
connect(mediaObject, SIGNAL(aboutToFinish()), this, SLOT(aboutToFinish()));
- 2022-12-10 11:15:03下载
- 积分:1
-
基于arm内核的RTOS,用C语音实现的一个RTOS,具有参考价值
基于arm内核的RTOS,用C语音实现的一个RTOS,具有参考价值-based on arm core RTOS, C achieved a voice RTOS, with reference value
- 2023-03-02 15:10:04下载
- 积分:1
-
"printpp"是帮助用户调试的一个工具,它相当于C提供的printf函数,但它的输出设备是串口。提供的codeworrior编程范例,旨在通过给出的范例使用...
"printpp"是帮助用户调试的一个工具,它相当于C提供的printf函数,但它的输出设备是串口。提供的codeworrior编程范例,旨在通过给出的范例使用户对codeworrior的使用有所了解。--A debugging tool. It is equivalent to the "printf" in C, but its output device is serial port. The sample code is compiled in codewarrior. By using it, users can be more familiar with codewarrior.
- 2022-04-22 15:45:05下载
- 积分:1