-
STM32非固件库程序,实现功能:ADC3
STM32非固件库程序,实现功能:ADC3-Non-STM32 firmware library program, to achieve functional: ADC3
- 2023-07-03 17:45:03下载
- 积分:1
-
I2C源代碼
MCB517 I2C源碼。,用於Freescale芯片系列;供需要研究I2c或iic源代碼的同好參考。當初的取得來源已經忘了。This file contains example code to print over the serial port of the MCB517 MCU and Evaultion Board (EVAL-MCB517QS). This example will test the I2C function of the MCB517. This will be done by writing and reading from a serial A/D & D/A (P8591). This example will bit bang two general I/O ports for I2C The example work with communicate at: 9600, 8, N, 1. This code was tested using the mon-51 connected through COM-1 of the eval board. CPU Frequency: 11.0592 MHz
- 2022-01-24 09:15:09下载
- 积分:1
-
U-BOOT,著名的Bootloader程序,可用于arm,mips等微处理器。-U-BOOT, famous Bootloader program can be used for arm, mips, such as microprocessors.
- 2022-05-07 03:36:25下载
- 积分:1
-
2440 Super bios (ads1.2 rvds2.2) GM
2440超级bios(ads1.2 rvds2.2)通用-2440 Super bios (ads1.2 rvds2.2) GM
- 2023-05-07 02:55:03下载
- 积分:1
-
这是一本关于ARM编程的书籍,内容比较基础。适合ARM编程初学者!...
这是一本关于ARM编程的书籍,内容比较基础。适合ARM编程初学者!-This is a book about arm programming introduction. It s useful for arm programming beginner
- 2022-01-25 21:19:21下载
- 积分:1
-
linux下的gdbserver源码,供multi
linux下的gdbserver源码,供multi-ice调试ARM处理器-the gdbserver source for the multi-ice debugging ARM processor
- 2022-03-14 09:40:01下载
- 积分:1
-
QT做的BMP转JPG工具
用QT做的ARM嵌入式Linux下bmp转jpg小工具,可以改变转换质量
/ # bmp2jpg
usage: bmp2jpg
使用方法
/ # screen test.bmp
vinfo.xres=640, vinfo.yres=480
/ # ls
test.bmp
/ # bmp2jpg test.jpg test.bmp 100
/ # ls
test.bmp test.jpg
- 2022-03-02 02:31:25下载
- 积分: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
-
2104开发板的硬件资料
2104开发板的硬件资料-2104 development board hardware information
- 2022-02-04 22:03:58下载
- 积分:1
-
2410的一个简单的字符设备驱动例子,初学者用!
2410的一个简单的字符设备驱动例子,初学者用!-A simple character device driver examples, for beginners to use!
- 2022-03-17 14:36:32下载
- 积分:1