-
minigui在arm下的编程环境
minigui在arm下的编程环境-MiniGUI arm in the programming environment
- 2022-06-14 13:14:45下载
- 积分:1
-
ARM得c语言和汇编语言混合编程实例,可以了解怎样实现c语言和汇编语言混合编程方法...
ARM得c语言和汇编语言混合编程实例,可以了解怎样实现c语言和汇编语言混合编程方法-ARM was c language and assembly language programming examples of mixed, you can learn how to realize c language and assembly language programming method of mixed
- 2022-02-10 14:56:18下载
- 积分:1
-
这是AD转换的C语言源代码的AVR,美国..
这是AVR的AD转化的c语言编程源码,它使用ICCAVR开发-This is the AVR of the AD conversion c language programming source code, which uses ICCAVR Development
- 2022-11-01 09:25:03下载
- 积分:1
-
chm格式
寄存器和处理器模式(26
chm格式
寄存器和处理器模式(26-bit 体系)
寄存器和处理器模式(32-bit 体系)
程序状态寄存器和操纵它的指令
寄存器装载和存储指令
算术和逻辑指令
移位操作
乘法指令
比较指令
分支指令
条件执行
软件中断指令
APCS (ARM 过程调用标准) -Register and processor mode (26-bit system) registers and processor mode (32-bit system), Program Status Register and manipulation of its instruction register load and store instructions arithmetic and logic instructions compare instructions MUL shift operation conditions for the implementation of branch instruction software interrupt instruction APCS (ARM Procedure Call Standard)
- 2022-02-05 09:11:37下载
- 积分:1
-
AVR 单片机IIC程序
AVR 单片机IIC程序 包含启动位,停止位,应答检测,非应答检测,单字节发送,单字节接收,GCC编写,
- 2022-03-19 15:35:14下载
- 积分: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
-
stm32f407 GPIO
本示例描述如何切换个 GPIO 引脚连接 AHB 总线上。
PD12,PD13,PD14 和 PD15 (在输出推挽模式中配置) 在一个永远循环切换。
-设置 PD12、 PD13、 PD14 和 PD15 的 BSRRL 中设置相应位注册
-重置 PD12、 PD13、 PD14 和 PD15 的 BSRRH 中设置相应位注册
- 2022-10-12 13:30:03下载
- 积分:1
-
后果黑糊糊规范化的合乎发挥后恢复搞活发挥规范化广泛规范化规范化规范化风格...
后果黑糊糊规范化的合乎发挥后恢复搞活发挥规范化广泛规范化规范化规范化风格-Dusky standardized in line with the consequences after the resumption of play to enliven the play wide standardized standardized standardized standardized style
- 2022-08-21 01:05:09下载
- 积分:1
-
硬盘MP3播放器
硬盘MP3播放器-MEGA128-VS1001K-USB-遥控-LCD-ICCAVR代码-硬盘-支持FAT32-单面PCB
第二部分-Hard disk MP3 player-MEGA128-VS1001K-USB-Remote-LCD-ICCAVR code- hard drive- FAT32-single PCB to support the second part of
- 2022-04-29 11:17:59下载
- 积分:1
-
stm3210-eval+DM9051 uCOS+LwIP實現手機連線和iPerf測速
stm32f103開發平台,利用SPI接口,外接DM9051 100Mbps高速網絡晶片,在uCOS-II + LwIP系統下,實現Web Server, DHCP Client, STMP, iPerf和手機連線控制。源碼在Keil 4.0下開發,DM9051 SPI驅動,除高效能的uCOS-II OS外,採用收發封包中斷和DMA移動資料,達到高速網絡性能。
- 2022-06-13 08:11:13下载
- 积分:1