-
读硬盘扇区里的数据,该程序用C语言实现的。
读硬盘扇区里的数据,该程序用C语言实现的。-Sector Reading drive, the data, the program used the C language.
- 2022-07-11 04:05:09下载
- 积分:1
-
支持CF存储卡与IDE硬盘的嵌入式文件系统
支持CF存储卡与IDE硬盘的嵌入式文件系统-support CF memory cards with embedded IDE hard disk file system
- 2023-05-26 12:25:04下载
- 积分:1
-
软件工程师
菲利普半导体基于ARM的微控制器LPC2114/2124/二千二百一十四分之二千二百一十二用户maual
- 2023-08-19 12:40:03下载
- 积分:1
-
SPI 的示例源代码
现在,您需要此源 sd 相关的示例源。所以请把你的麻烦,我会去二十忙。
- 2022-05-31 08:06:24下载
- 积分:1
-
关于电力系统FFT谐波检测存在问题的研究
关于电力系统FFT谐波检测存在问题的研究-FFT on the power system harmonic detection research questions exist
- 2022-03-26 05:30:50下载
- 积分:1
-
- 2022-03-16 21:08:45下载
- 积分:1
-
Online collection of STM32 Manley panel LCD driver learning theory and programmi...
网上收集的万利的STM32学习板上的LCD驱动原理及编程实现 ,希望大家喜欢-Online collection of STM32 Manley panel LCD driver learning theory and programming, I hope everyone likes
- 2022-03-25 05:54:07下载
- 积分:1
-
这是关于fpga为控制芯片的硬件设计资料,可以了解到fpga设计的特点...
这是关于fpga为控制芯片的硬件设计资料,可以了解到fpga设计的特点-they simply this is for the control of the hardware chip design information, we can see that they simply design features
- 2022-11-14 15:30:04下载
- 积分:1
-
DSP28335 SCI
应用背景Dsp28335 的寄存器设置等等, 与上位机进行通信。 有助于初学28335的本科生,研究生。 也有助于工程技术开发人员进行二次开发关键技术
#include "DSP28x_Project.h"// Device Headerfile and Examples Include File
interrupt void scibTxFifoIsr(void);//fifo发送中断函数
interrupt void scibRxFifoIsr(void);//fifo接收中断函数
void scib_fifo_init(void);//scib fifo模式 初始化函数
char buffer [100];//数据缓冲数组
void main(void)
{
Uint16 i;
InitSysCtrl();//系统时钟等初始化
InitSciGpio();//sci端口初始化
DINT; //关掉中断
InitPieCtrl(); //pie模块初始化
IER = 0x0000;//关cpu中断
IFR = 0x0000;//清cpu中断标志
- 2022-01-25 23:28:42下载
- 积分: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