-
tnkernel是开放的
TnKernel是一个源码开放的ARM嵌入式实时操作系统,该操作系统在众多ARM芯片中得到广泛应用,官方已经移植了包括LPC、AT91SAM7S、STR7等ARM7芯片,本工程是最新的2.4版本,包含了ADS、Keil、IAR、GCC等众多编译环境,开发人员可以在不同的目录下找到自己熟悉的编译器工程文件,对嵌入式开发人员极具参考价值。-TnKernel is an open-source embedded real-time operating system ARM, The operating system in many ARM chip to be widely applied, the government has been transplanted, including LPC, AT91SAM7S, such as ARM7 STR7 chip, the project is the latest version 2.4, includes ADS, Keil, IAR, and many other GCC compiler environment. Development officers in different directory to find their own familiar with the compiler works documents, Embedded developers of great reference value.
- 2023-08-17 19:00:05下载
- 积分:1
-
这段代码用嵌入式汇编写成,md5最为核心的部分用汇编写成,具有很高的运算速度,比C代码快将近两倍
这段代码用嵌入式汇编写成,md5最为核心的部分用汇编写成,具有很高的运算速度,比C代码快将近两倍-embedded with the code compiled languages, md5 most part with the core compilation languages, have a very high computational speed, faster than the C code almost twice
- 2022-02-13 07:49:35下载
- 积分:1
-
ARM7下用图形用户界面实现LED,KEY,MOTOR,AD功能
ARM7下用图形用户界面实现LED,KEY,MOTOR,AD功能-ARM7 using a graphical user interface LED, KEY, MOTOR, AD function
- 2023-06-08 19:05:04下载
- 积分:1
-
基于S3C2440和Linux的嵌入式网络驱动程序开发
基于S3C2440和Linux的嵌入式网络驱动程序开发-Based on S3C2440 and Linux driver development for embedded networking
- 2023-03-12 05:10:03下载
- 积分:1
-
stm32 i2c 点屏范例 keil
1. SH1106显示屏是132*64的寄存器,操作时请按照132*64来操作,
若按照128*64操作,屏幕右侧的边缘会出现一条亮线。
2. 这款屏是CMOS兼容TTL工艺的,理论上3.3V~5V都可以使用,但建
议使用3.3V,这样会大幅提高OLED的寿命。
- 2022-01-28 08:03:50下载
- 积分:1
-
STM32 可以发送接收完整版
非常好的STM32 CAN BUS商用程序,展示了如何用CAN做发送和接收。
- 2022-03-28 18:07:22下载
- 积分:1
-
Electronic code lock design, with detailed circuit diagrams and C language code...
电子密码锁设计,设有详细的电路图和C语言代码;用KEIL编译生成HEX文件,可用PROTUES方针-Electronic code lock design, with detailed circuit diagrams and C language code with KEIL compiler generated HEX file that can be used PROTUES approach
- 2022-07-26 15:18:51下载
- 积分:1
-
LM629运动控制器操作,在自动机器人运行成功,主控为MSP430。
LM629运动控制器操作,在自动机器人运行成功,主控为MSP430。-LM629 motion controller to operate in automatic robot run success, master for the MSP430.
- 2022-08-13 04:21:26下载
- 积分: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
-
语音模块ISD4004的使用程序。
语音模块ISD4004的使用程序。-voice module procedures for the use ISD4004.
- 2023-07-25 02:00:03下载
- 积分:1