參數(shù)資料
型號: PSD513B1
英文描述: Field Programmable Microcontroller Peripherals(可編程邏輯,16K位SRAM,40個可編程I/O,通用PLD有61個輸入)
中文描述: 現(xiàn)場可編程微控制器外圍設(shè)備(可編程邏輯,16K的位的SRAM,40余個可編程輸入/輸出,通用PLD的有61個輸入)
文件頁數(shù): 21/25頁
文件大小: 186K
代理商: PSD513B1
PSD5XX – Application Note 042
4-317
Figure 16. A Sample *.C Program for this Application
(Cont.)
80C186
Interface to the
PSD503
(Cont.)
main()
{
static USHORT Read, y, d1=0xAA,d2=0xAA;
static USHORT key;
Init_Timers();
Step_1_Init();
key = 1;
while(1)
{
switch( key )
{
case 1:
Stepper_1_Move();
break;
case 2:
stp_2();
break;
case 3:
dcm_1();
break;
case 4:
dcm_2();
break;
case 5:
cres_12();
break;
case 6:
C188_152();
break;
}
}
return 0;
}