-
用于arm2410开发系统,使用时间中断产生脉冲信号,可测试系统可测试的最短信号...
用于arm2410开发系统,使用时间中断产生脉冲信号,可测试系统可测试的最短信号-for arm2410 development system, the use of time interrupt pulse signal test system may be the shortest test signal
- 2022-03-03 09:02:36下载
- 积分:1
-
S3C44B0X chip BOOTLOADER, simple, easily understood, TFTP download and use ads r...
S3C44B0X芯片引导程序,简单易懂,TFTP下载并使用ads运行。
- 2023-04-21 11:15:03下载
- 积分:1
-
STMicroelectronics processor STM32f10x processor Chinese technical documentation...
意法半导体处理器STM32f10x处理器中文技术文档(超级珍贵)-STMicroelectronics processor STM32f10x processor Chinese technical documentation (super rare)
- 2022-07-14 09:07:45下载
- 积分:1
-
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。...
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。-As in embedded systems using C language as an alternative assembly, the use of RTOS in the embedded systems is a general trend. The main reason is now in most cases more efficient than the implementation of the efficiency of programming important (SCM cheap Well).
- 2022-07-27 23:11:22下载
- 积分:1
-
MPC860培训教材中文版,内有寄存器和一些源码 适用于BSP编写
MPC860培训教材中文版,内有寄存器和一些源码 适用于BSP编写-MPC860 training materials for the Chinese version, and there are some source registers apply to the preparation of BSP
- 2023-01-27 09:25:04下载
- 积分:1
-
单片机lcd取模工具,很好用,不需安装,很适合人机界面用
单片机lcd取模工具,很好用,不需安装,很适合人机界面用-img2lcd
- 2022-05-24 00:00:58下载
- 积分:1
-
基于STM32的多功能时钟
该源码以STM32为核心控制芯片,在LCD上显示时间,日期和定时的时间。在LCD上,该代码设计了三个显示界面:分别是:调时间界面,定时界面,背景选取界面。该代码在LCD上完美实现了Cortex-M3架构的STE32的强大功能,也使得该款时钟美轮美奂。
- 2022-07-26 21:31:22下载
- 积分:1
-
led_pic_flash
#include
//#include
//#include "pic16f877.h"
//#include "pic18f4539.h"
//#include "pic18f452.h"
//htc.h
//==========================================================
void delay(unsigned int value)
{ while(value>0) value--; }
//==========================================================
//================================================
//#pragma config FOSC = HS, WDTE = OFF, CP = OFF, PWRTE = OFF
//__CONFIG(FOSC_HS & WDTE_OFF & DEBUG_OFF );
//__CONFIG(HS & WDTE_OFF & DEBUG_OFF );
#pragma config OSC = HS,WDT =OFF
#pragma config PWRT = OFF
//#pragma config OSC = HSPLL
#pragma config WDT = OFF
#pragma config LVP = OFF
void main(void) {
//CLEARBIT(TRISD,0xff);
//SETBIT(PORTD,0xff);
TRISB=0x00
- 2023-05-01 00:10:04下载
- 积分:1
-
ProteusARM2138仿真周立功的ARM开发板
ProteusARM2138仿真周立功的ARM开发板-Meritorious service Simulation ProteusARM2138 weeks of ARM development board
- 2022-05-12 17:05:12下载
- 积分:1
-
S3C44B0X的测试程序,了解如何使用最后的程序…
s3c44box测试程序,对了解怎么使用上次s3c44box编程很有好外-S3C44BOX testing procedures to the understanding of how to use the last programming is very good outside S3C44BOX
- 2022-03-24 20:24:34下载
- 积分:1