代码搜索:SPCE
找到约 5,520 项符合「SPCE」的源代码
代码结果 5,520
www.eeworm.com/read/294359/8236567
c isr.c
#include
#include"jiema_user.h"
int flag=0;//中断计数器
extern num[34];
void IRQ3(void)__attribute__((ISR));
void IRQ3(void)
{
if(*P_INT_Ctrl&0x0100)//是EXIT1中断
{
*P_TimerA_Ctr
www.eeworm.com/read/415064/11084665
sim testminiboard.sim
[ARCH]
PROJ=SPCE3200
CPU=s+core
ISA=Score7
ENDIAN=0
ICE_SR=probe_dsr_general_s7_eb.hex8
TLB_LOG_ENTRY=0
Has Coprocessor1=0
Has Coprocessor2=0
Has Coprocessor3=0
[CACHE]
ICACHE_LINES=7
ICAC
www.eeworm.com/read/292337/8360698
c project2.c
#include "SPCE061V004.H"
#include "IO_bit.h"
#define dout IOB3
#define dclk IOB2
#define din IOB1
#define load IOB0
#define n0 IOA2
#define n1 IOA3
#define n2 IOA4
#define
www.eeworm.com/read/184546/9094959
c main.c
#include "SPCE061V004.h"
#define KS1 1
#define KS2 2
#define KS3 3
#define KS4 4
#define KS5 5
#define KS6 6
#define KS7 7
#define KS8 8
#define KS9 9
#define KS
www.eeworm.com/read/359094/10166467
asm isr.asm
//UART以中断方式接收数据程序如下:
.include SPCE061A.inc
.include DVR.inc
.isram
.var P_Key_Data,key
.text
.public _IRQ7
_IRQ7:
push r1, r4 to [sp];
R1 = 0x0080;
TEST R1, [P_UART_Comma
www.eeworm.com/read/353238/10459880
c main.c
#include
#define Set_IOB_Bit(x) (*P_IOB_Data = *P_IOB_Buffer | x) //置高
#define Clear_IOB_Bit(x) (*P_IOB_Data = *P_IOB_Buffer & ~x) //置低
#define Set_IOA_Bit(x) (*P_IOA_Data = *P_IO
www.eeworm.com/read/352835/10502715
c main.c
#include
#define Set_IOB_Bit(x) (*P_IOB_Data = *P_IOB_Buffer | x) //置高
#define Clear_IOB_Bit(x) (*P_IOB_Data = *P_IOB_Buffer & ~x) //置低
#define Set_IOA_Bit(x) (*P_IOA_Data = *P_IO
www.eeworm.com/read/159892/10593042
c main.c
#include
#define Set_IOB_Bit(x) (*P_IOB_Data = *P_IOB_Buffer | x) //置高
#define Clear_IOB_Bit(x) (*P_IOB_Data = *P_IOB_Buffer & ~x) //置低
#define Set_IOA_Bit(x) (*P_IOA_Data = *P_IO
www.eeworm.com/read/349800/10799402
asm main.asm
//main.asm
.include spce061a.inc
.include Resource.inc
.TEXT
.public _main
_main:
//erase 0xfc00 ~ 0xffff
r1 = 0xfc00
call F_Flash_Erase
r1 = 0xfd00
call F_Flash_Erase
r1 = 0xf
www.eeworm.com/read/349796/10799517
c main.c
#include "SPCE061A.h"
#include "1602.h"
int main()
{
//设置IOA0~IOA15
*P_IOA_Dir = 0xffff;
*P_IOA_Attrib = 0xffff;
*P_IOA_Data = 0x0000;
//设置IOB0~IOB15
*P_IOB_Dir = 0xff