用LSC ispVM System通过仿真器烧录LC4064的程序,提示check JTAG singal connects.,有懂得的请指教下了,谢谢!
2014-08-08 18:04
unsigned long#define uint unsigned int***it LSA=P2^2;***it LSB=P2^3;***it LSC=P2^4;uchar code
2017-01-19 12:13
;***it LSB=P2^3;***it LSC=P2^4;u8 code smgduan[17]={0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7d,0x6f
2017-09-12 18:57
,u8 LEDduan[8]={}void display()u8 i = 0;{{case(1): LSA = 1; LSB = 0; LSC = 0; break;case(3): LSA = 1
2020-06-19 10:33
本帖最后由 lsc999 于 2018-9-18 17:35 编辑 我通过VISA采集串口调试助手发送的数据,然后用扫描字符串分开,然后合并成数组,最后接到表格中的express里把所有数据进行显示,但是每一次采集间隔都是0,怎么能去掉这个0呢?
2018-09-18 17:33
ISPCCDC: ###CCDC LSC_CONFIG=0x6600 ISPCCDC: ###CCDC LSC_INIT=0x0 ISPCCDC: ###CCDC LSC_TABLE BASE=0x0
2018-06-21 01:42
unsigned int u16; //对数据类型进行声明定义 typedef unsigned char u8; sbit LSA=P2^2; sbit LSB=P2^3; sbit LSC
2023-10-08 07:55
#include#define uchar unsigned int#define uint unsigned int***it LSA=P2^2;***it LSB=P2^3;***it LSC
2015-08-15 15:50
,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};***it LSA=P2^2;***it LSB=P2^3;***it LSC=P2^4;uint temp=0
2017-09-07 09:25
需要用到延时: .................case(7):LSA=0;LSB=0;LSC=0; break;}P0=smgduan[Disp_Buffer];delay(10); P0
2021-08-26 17:44