-
exFAT文件系统实现完整的代码
它的完整的exFAT文件系统的代码,它是嵌入式系统中很容易实现,但也兼容FAT16和FAT32的良好架构的实现。
- 2022-09-15 22:00:03下载
- 积分:1
-
NIOS_LM240160
应用背景LCM点阵驱动程序,LCM为深圳市拓普微科技开发有限公司的LM240160CCW
说明:图形液晶采用UC1611为LCD控制芯片,内带负压产生器,单3.3伏供电,
并行接口关键技术//*TOPWAY LM240160 驱动程序 *
//*LM240160 是240*160点阵的16级灰度图形屏 *
//*本驱动可以方便的显示中文和英文.
- 2023-03-21 19:20:03下载
- 积分:1
-
Based on Samsung
基于三星2410嵌入式平台,实现can总线的驱动及使用,适合搞arm 控制的朋友们-Based on Samsung
- 2023-01-31 15:20:03下载
- 积分:1
-
学习如何控制蜂鸣器的声音输出,这次我们只输出一个频率的声音,试验使用的是交流蜂鸣器。我们的电路中用P17来驱动...
学习如何控制蜂鸣器的声音输出,这次我们只输出一个频率的声音,试验使用的是交流蜂鸣器。我们的电路中用P17来驱动-Learn how to control the buzzer sound output, this time we only output one frequency sound, experimenting with the use of a communication buzzer. Our circuit using P17 to drive the
- 2023-01-18 18:55:03下载
- 积分:1
-
c51 uc/os源程序
c51 uc/os源程序
-c51 uc/os source
- 2022-07-09 17:45:25下载
- 积分:1
-
对传感器MPU6050进行调试设置参数(硬件IIC)
#include "stm32f10x.h"#include "I2C_MPU6050.h"#include "usart1.h"#include "delay.h"int main(void){ InitMPU6050();/***********************************************************************/while(1){printf("
---------------%d
",GetData(ACCEL_XOUT_H));printf("
----------------%d
",GetData(ACCEL_YOUT_H)); printf("
------------------%d
",GetData(ACCEL_ZOUT_H)); printf("
---------------%d
",GetData(GYRO_XOUT_H)); printf("
-----------------%d
",GetData(GYRO_YOUT_H)); printf("
---------Ã---------%d
",GetData(GYRO_ZOUT_H));delay_ms(500);} }/******************* (C) COPYRIGHT 2012 WildFire Team *****END OF FILE************/
- 2022-01-28 09:30:30下载
- 积分:1
-
STM32 DMA 多通道AD采集
本源程序是使用STM32微处理器,使用DMA的方式对AD的多通道进行采样处理。占用CPU资源少,使用DMA方式可以节约CPU的开销。
- 2022-07-06 23:19:36下载
- 积分:1
-
IAR for ARM5.4的序列号生成器 Key for EWARM_FULL_ARM540
IAR for ARM5.4的序列号生成器 Key for EWARM_FULL_ARM540-IAR for ARM5.4 serial number generator Key for EWARM_FULL_ARM540
- 2023-04-19 17:35:03下载
- 积分:1
-
以太网10/100M IP核Verilog源码,可综合。
以太网10/100M IP核Verilog源码,可综合。-IP Ethernet 10/100 nuclear Verilog source can be integrated.
- 2022-08-09 15:32:30下载
- 积分:1
-
优龙FS2410板NAND flash的读写程序,可实现往flash里读写数据
优龙FS2410板NAND flash的读写程序,可实现往flash里读写数据-Liuzhou excellent FS2410 board NAND flash read and write procedures, can be realized in reading and writing data to flash
- 2022-01-22 17:46:56下载
- 积分:1