freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

freescalemc9s08單片機原理與應(yīng)用第11章-資料下載頁

2025-08-12 14:41本頁面

【導(dǎo)讀】試驗板采用HCS08系列單片機MC9S08AW60作為主控芯片。其引腳與寄存器見附錄。將P2的1、2號腳用短路帽短接。將P3的1、2;3、4;5、6分別用短路塊連接。對試驗板加5V電源。打開,調(diào)試工具選擇OSBDM. 實驗?zāi)康模菏煜CS08系列GPIO模塊寄存器的功能和設(shè)置。用試驗板上的8個LED實。SW1)PTED=~PTED;//如果SW1按下,反轉(zhuǎn)顯示。旋轉(zhuǎn)可調(diào)電阻,在調(diào)試環(huán)境下的變量查看窗口可以看到AD采樣值的變化。實現(xiàn)四位數(shù)碼管顯示和流水燈顯示。

  

【正文】 } void main(void) { int i=0xf8,k=0x00,t=0。 init_led()。 sel244=on。 EnableInterrupts。 /* enable interrupts */ /* include your code here */ for(。) { __RESET_WATCHDOG()。 /* feeds the dog */ k++。 display(10,(t/200)%10,(t/20)%10,(t/2)%10,i) 。 if(k%20==0) i=(((iamp。0x80)7)|(i1)),t++。 if(t199) t=0。 } /* loop forever */ /* please make sure that you never leave main */ } 實驗七 RS232串行通訊 實驗?zāi)康模?通過 PC超 級終端(波特率 9600, 8位,數(shù)據(jù)流控制 ?無 ?)接收串口發(fā)送來的數(shù)據(jù)。 運行結(jié)果: 運行程序,在超級終端界面上出現(xiàn) “Hello Word!”。 10 試驗程序: include /* for EnableInterrupts macro */ include /* include peripheral declarations */ void SCI_send_string(char *string) { while (*string) // { while (!SCI2S1_TDRE)。 // 等待上一個發(fā)送完成 SCI2D = *string。 //發(fā)送數(shù)據(jù) string++。 // 指針指向下一個要發(fā)送的數(shù)據(jù) } } void main(void) { EnableInterrupts。 /* enable interrupts */ /* include your code here */ SCI2BD=26。 // SCI baud rate = 4MHz/(16*26)=9615 bps SCI2C2=SCI2C2_TE_MASK。 //允許發(fā)送 SCI_send_string(Hello Word!)。 // 寫串口 for(。) { __RESET_WATCHDOG()。 /* feeds the dog */ } /* loop forever */ /* please make sure that you never leave main */ }
點擊復(fù)制文檔內(nèi)容
畢業(yè)設(shè)計相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1