代码搜索:XRAM
找到约 454 项符合「XRAM」的源代码
代码结果 454
www.eeworm.com/read/381199/9105479
c main.c
#include "main.h"
void main(void)
{
AUXR=0x01; //EXRAM=0(use onchip RAM,not use off chip xram),A0=1(Disable ALE output)
timer0_setup();
rs232_setup();
EA=1;
while(1)
{
Fe
www.eeworm.com/read/176946/9479194
c exper.c
#include
#include "mtv412.c"
#include "048n01.h"
static unsigned char pdata XRAM[128] _at_ 0x0f00;
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned char BYT
www.eeworm.com/read/398847/7915844
lsl dec6713_flash.lsl
memory iram
{
mau = 8;
type = ram;
size = 256;
map ( dest=bus:c51:idata_bus, src_offset=0x0, dest_offset=0x0, size=256 );
}
memory xram
{
mau = 8;
type = ram;
si
www.eeworm.com/read/322478/13379333
lsl gpiotest.lsl
memory iram
{
mau = 8;
type = ram;
size = 256;
map ( dest=bus:c51:idata_bus, src_offset=0x0, dest_offset=0x0, size=256 );
}
memory xram
{
mau = 8;
type = ram;
si
www.eeworm.com/read/319197/13458960
lsl test_eeprom.lsl
memory iram
{
mau = 8;
type = ram;
size = 256;
map ( dest=bus:c51:idata_bus, src_offset=0x0, dest_offset=0x0, size=256 );
}
memory xram
{
mau = 8;
type = ram;
si
www.eeworm.com/read/316343/13524293
lsl hello.lsl
memory iram
{
mau = 8;
type = ram;
size = 256;
map ( dest=bus:c51:idata_bus, src_offset=0x0, dest_offset=0x0, size=256 );
}
memory xram
{
mau = 8;
type = ram;
si
www.eeworm.com/read/311223/13633624
cfg ex0031.cfg
[COMPILER-CHIP]
Chip=m8def.dat
XRAM=0
Waitstate=0
Stacksize=32
Framesize=50
XA=0
Sstack=8
[COMPILER-OUTPUT]
Binary File=1
Hexadecimal File=1
Report File=1
Debug File=1
Error File=1
ASM
www.eeworm.com/read/486555/6534980
lsl example_281xevpwm.lsl
memory iram
{
mau = 8;
type = ram;
size = 256;
map ( dest=bus:c51:idata_bus, src_offset=0x0, dest_offset=0x0, size=256 );
}
memory xram
{
mau = 8;
type = ram;
si
www.eeworm.com/read/486610/6536693
lsl dec6713_flash.lsl
memory iram
{
mau = 8;
type = ram;
size = 256;
map ( dest=bus:c51:idata_bus, src_offset=0x0, dest_offset=0x0, size=256 );
}
memory xram
{
mau = 8;
type = ram;
si
www.eeworm.com/read/476808/6751022
lsl picusb.lsl
memory iram
{
mau = 8;
type = ram;
size = 256;
map ( dest=bus:c51:idata_bus, src_offset=0x0, dest_offset=0x0, size=256 );
}
memory xram
{
mau = 8;
type = ram;
si