-
TI交叉编译器gcc4.8
该交叉编译器的gcc版本是4.8的,要比arm-2009q1的版本要高,arm-2009q1的gcc版本是4.3.3;在编译某些C或C++时,低版本的交叉编译器可能回报错。这个版本的交叉编译器支持TI的DM8148/8168等
- 2022-12-19 08:00:25下载
- 积分:1
-
arm的一些程序,对于新手很有用的,很不错
arm的一些程序,对于新手很有用的,很不错-arm some of the procedures for newcomers very useful, very good
- 2022-03-04 04:21:29下载
- 积分:1
-
PIC SINGLE-CHIP KEYSTROKE TEST
包括仿真电路及C程序,参考《PIC单片机入门和实战》。按键检测原理:PORTB的高4位设置为输入模式,且开启内部若上拉功能,这样,PORTB的高4位就全都是1,也就是按键的列线全是1,而PORTB的低4位全是0,也就是按键的行线全是0。若有按键按下,那么行线和列线就会连通,按键所在的列线的电压就会拉低,变为0。这个时候,读PORTB,低4位仍然为0 ,但是高四位就会有一位也是0。所以if((PORTB & 0xF0)!=0xF0)可以判断按键是否按下,因为如果按下了,高四位就不全为1。按键扫描,低4位依次输出0,而 低4位的另外3位输出1,那么,当输出0的行线,碰到按键按下的列线,就会将列线的电压拉低,这时候,读PORTB,就会得到按键的行列位置,即按键码。如果输出0的行线,未与按键的列线相连,那么高4位仍然全为1。就继续扫描。KeyCode[]数组中,存储了最近几次的按键码,最多可以存储最近8次,更改数组就可以更改存储大小。若多连接几个数码管,就可以依次显示按键的内容,如同计算器一样
- 2023-06-16 10:20:04下载
- 积分:1
-
在STM32的平台上调试OK320240的LCD,使用SED1335驱动。
在STM32的平台上调试OK320240的LCD,使用SED1335驱动。-Drive 320X240 lcd,used seg1335,in stm32 platform,
- 2022-03-14 04:38:34下载
- 积分:1
-
DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。
戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的...
DAvE是英飞凌科技公司的电子芯片模拟开发应用工具软件。
戴夫会帮助你在你的项目中规划你想使用的英飞凌单片机或dsp,以提供智能向导,那帮你设定芯片来工作的方式和你需要的各功能模块,自动生成C-code驱动功能与适当的单片外围设备和中断的控制。
DAvE会直接与编译器的IDE互动。-DAvE is the Digital Application Engineer from Infineon Technologies.
DAvE will...
- Help you program the Infineon microcontroller you want to use in your project, by offering intelligent wizards, that help you configure the chip to work the way you need it and automatically generate C-code with appropriate driver functions for all of the on-chip peripherals and interrupt controls.
- Interact directly with compiler IDE s.
To use DAvE you need the DAvE mother system and the DIP file for your specific microcontroller. After installation of the mother system you need to install the DIP file. For this purpose please start DAvE. Goto "View", "Setup Wizard". Select "Installation".
Please note: If you run DAvE on Windows Vista,
then please start the program the following way:
Right click with your mouse onto dave.exe. The
- 2022-03-20 21:24:09下载
- 积分:1
-
arm汇编手册中文版
arm汇编手册中文版-arm compilation manuals Chinese version
- 2022-03-11 00:07:49下载
- 积分:1
-
ARM初学者的好帮手,能解决实际应用中的技术问题
ARM初学者的好帮手,能解决实际应用中的技术问题-ARM beginners a good helper, can solve the practical application of technical problems
- 2023-07-11 18:45:04下载
- 积分:1
-
a second
一个迅驰二代笔记本的电路原理图,pdf格式的,里面的一些电路值得参考!-a second-generation Centrino notebooks circuit schematics, pdf format and contains some worthy reference circuit!
- 2022-03-01 20:59:29下载
- 积分:1
-
手机主板
手机主板、 pcb、 学习 仅供参考。10层pcb、pads格式-cellphone mainboard
- 2022-12-08 11:15:03下载
- 积分:1
-
AVR Studio 4 中文帮助
这个是翻译的原版英文的
AVR Studio 4 中文帮助
这个是翻译的原版英文的-AVR Studio 4
- 2022-09-04 22:45:03下载
- 积分:1