-
看MIPS跑LINUX-MIPS体系结构剖析,对于深入理解MIPS架构思想很有用的,记得当初在华为的时候,很多人都有一本MIPS架构剖析,如果大家有什么不懂的,...
看MIPS跑LINUX-MIPS体系结构剖析,对于深入理解MIPS架构思想很有用的,记得当初在华为的时候,很多人都有一本MIPS架构剖析,如果大家有什么不懂的,欢迎交流-See MIPS Run LINUX-MIPS architecture analysis, for in-depth understanding of MIPS architecture ideas useful, remember when Huawei, a lot of people have a MIPS architecture analysis, if we do not know of any, please share
- 2022-11-16 16:15:04下载
- 积分: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
-
ARM Cortex
ARM Cortex-M3 系列处理器 的实验代码,内容很全,涉及片内和外围所有部件编程。(Keil环境)-ARM Cortex-M3 family of processors experimental code, content is very wide, involving all the components and peripherals on-chip programming. (Keil environment)
- 2022-01-25 22:57:04下载
- 积分:1
-
一款3.5寸真彩液晶屏模块的说明书和接口图,可直接与S3C2410开发板相连接
一款3.5寸真彩液晶屏模块的说明书和接口图,可直接与S3C2410开发板相连接-A 3.5-inch true color LCD module specification and interface diagram, can be directly related to S3C2410 development board is connected
- 2022-03-05 22:19:28下载
- 积分:1
-
stm32f4 CAN总线通讯-主机程序 实测可用
应用背景
这个试用与CAN通讯的主机程序,主机会发送0x1111给从机器,从机接受到信号后发送0x2222给主机,主机将收到的内容通过USART6显示在屏幕上。程序使用CoIDE编程,总线的设置等均在主函数中,方便移植。同时强烈推荐CoIDE 开源而且很适合初学者。
关键技术
CAN主机的各项配置,GPIO,USART的配置,特别适合初学者学习。清晰的编程思路。如果你是刚接触CAN总线的话一定会给你帮助的。从机只是主函数和主机不同。请大家自行修改一下。
- 2022-03-17 10:21:53下载
- 积分:1
-
ST ARM板I2C测试代码
st ARM board I2C test code -st ARM board I2C test code
- 2022-03-06 01:53:03下载
- 积分:1
-
lpc2300 http demo keil
lpc2300 http demo keil
- 2023-04-26 20:20:03下载
- 积分:1
-
ARM7X256的网络ARP和ICMP的简单软件协议版(备注是IAR开发环境下)
ARM7X256的网络ARP和ICMP的简单软件协议版(备注是IAR开发环境下)-ARM7X256 network ARP and ICMP simple version of the software agreement (Note that IAR development environment)
- 2022-12-19 04:10:03下载
- 积分:1
-
实时系统编程学习--ARM 指令集,各种指令分类详解
实时系统编程学习--ARM 指令集,各种指令分类详解-learning-- ARM instruction set, all the commands Elaborates on classification
- 2022-10-22 23:50:02下载
- 积分:1
-
samsungs3c4510doc 是其开发板的使用手册,非常好
samsungs3c4510doc 是其开发板的使用手册,非常好-samsungs3c4510doc development board is the user manual is very good
- 2023-04-23 12:05:04下载
- 积分:1