-
Necessary to optimize the level of s, other optimization levels will not lead to...
优化级别必需为s,其他优化级别也不会导致编译时出错,但会导致运行时出错。原因涉及局部变量分配堆栈处理方式不同,也就是OS_CPU_A.c那个文件中的移植部分。还有就是其他优化涉及的中断自动保存寄存器的数量有所出入。-Necessary to optimize the level of s, other optimization levels will not lead to compile-time error, but it will result in run-time error. Reasons relating to the allocation of local variables, stack processing in different ways, that is, OS_CPU_A.c that the transplanted parts of the file. There are other optimization related to the interruption of the number of registers saved automatically have access to.
- 2022-08-10 01:29:05下载
- 积分:1
-
K60 code for any part
1、支持摄像组、天平组、电磁组三组32位MK60系统,通用性强。
- 2022-01-22 06:57:29下载
- 积分:1
-
with C51 prepared by the 51 U
用C51编写的51读写U盘的源程序,调试通过-with C51 prepared by the 51 U-writable disc source, through debugging
- 2022-05-17 04:59:53下载
- 积分:1
-
完整的周立功公司的LPC213X开发板的光盘内容,包含:ZLGFS,ZLGGUI,UCOS,SD等源代码。...
完整的周立功公司的LPC213X开发板的光盘内容,包含:ZLGFS,ZLGGUI,UCOS,SD等源代码。-integrity of the Week, who developed the LPC213X plate contents of the CD-ROM, including : ZLGFS. ZLGGUI, UCOS, SD, and other sources.
- 2023-06-07 05:35:03下载
- 积分:1
-
S3C4510B DMA驱动程序
S3C4510b DMA driver
- 2022-02-04 15:59:12下载
- 积分:1
-
arm4510原理图及程序码,很流行的大家
arm4510原理图及程序码,很流行的大家-arm4510 schematics and code, the very popular we look at
- 2022-08-26 11:19:31下载
- 积分:1
-
T6963 driver for ARM microcontroller
T6963 driver for ARM microcontroller-T6963 driver for ARM microcontroller
- 2023-04-08 21:40: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
-
AM23XX温湿度传感器库函数
51单片机温湿度传感器库函数#include "reg52.h"#include //用户根据自己的晶振修改相应值#define FOSC 12000000#define BAUD 9600 //读传感器 端口位定义,可修改sbit Sensor_SDA = P0^0;sbit Sensor_SCL = P0^1;// 变量定义unsigned char Sensor_Data[5]={0x00,0x00,0x00,0x00,0x00};unsigned char Sensor_Check; //校验和unsigned char Sensor_AnswerFlag; //收到起始标志位unsigned char Sensor_ErrorFlag; //读取传感器错误标志unsigned int Sys_CNT;unsigned int Tmp;unsigned char *String;//字符串定义#define S_Temp "Temp:"#define S_RH "RH:"#define S_CRCT "Check: True"#define S_CRCF "Check: Wrong"#define S_Data "Data: "#define S_NotS "Sens
- 2022-12-29 14:30:03下载
- 积分:1
-
easyarm2013 project template for the development of lpc2103 This is the template...
easyarm2013工程模板,这是为开发lpc2103写的模板-easyarm2013 project template for the development of lpc2103 This is the template Writing
- 2022-02-02 12:37:30下载
- 积分:1