單片機(jī)
本內(nèi)容提供了51單片機(jī)應(yīng)用開發(fā)案例精選-源代碼及開發(fā)圖片
本內(nèi)容提供了基于Proteus的8051單片機(jī)實(shí)例教程-源代碼 全套代碼 #include reg51.h #include stdio.h unsigned int temp1; void delay(unsigned int temp)//延時程序 { while(--temp); } void main() { P2=255;//led is off while(
電子發(fā)燒友為單片機(jī)學(xué)習(xí)者提供了51單片機(jī)230個Proteus仿真實(shí)例,歡迎大家下載學(xué)習(xí)
自行車POV LED制作詳解
5673Spoke POV is an easy-to-make electronic kit toy that turns yourbicycle wheel into a customized display! The project includes a freeschematic design, open software for uploading and editing storedbitmap images, and a high-quality kit with al
本章主要介紹 串行通信 概念及51系列單片機(jī)的串行口問題,將具體介紹以下內(nèi)容: 計(jì)算機(jī)串行通信基礎(chǔ)----基本概念、標(biāo)準(zhǔn)接口 。51單片機(jī)串行口----串行口結(jié)構(gòu)、串行口的控制寄存器、
我們在入門階段,一般面對的設(shè)計(jì)都是單一的簡單的任務(wù),流程圖可以如圖1所示,通常會用踏步循環(huán)延時來滿足任務(wù)需要。 面對 多任務(wù) ,稍微復(fù)雜的程序設(shè)計(jì),沿用圖1的思想,我們
下面是總結(jié)的一些設(shè)計(jì)中應(yīng)注意的問題,和 單片機(jī)硬件設(shè)計(jì) 原則,希望大家能看完 (1) 在元器件的布局方面,應(yīng)該把相互有關(guān)的元件盡量放得靠近一些,例如,時鐘發(fā)生器、晶振、CP
串口發(fā)送接收程序模塊程序
888本內(nèi)容提供了 串口中斷服務(wù) 程序,僅需做簡單調(diào)用即可完成串口輸入輸出的處理 可供使用的函數(shù)名: extern void PutByte(byte c); //放入一個字節(jié)到發(fā)送緩沖區(qū) extern void PutString(byte *puts); //發(fā)
NXP單片機(jī)選型指南(英文版)
1241Our microcontroller offering combines the highest performance in Flash with the lowest power consumption in the smallest packages. A comprehensive portfolio of industryleadingperformers includes the latest 32-bit LPC3000 , LPC2000, LPC1000,
HOLTEK 選型手冊
912From the establishment of the company in 1983 to the present date, Holtek Semiconductor has witnessed continual steadygrowth, during which time a wide range of microcontrollers and peripheral semiconductor devices have been released onto th
資料
- 資料
- IC元器件
相關(guān)推薦
換一換- 基于單片機(jī)的額溫槍設(shè)計(jì)
- MCU模塊原理圖資料
- 小華HC32L低功耗額溫槍開源方案
- 奮斗 STM32 開發(fā)板入門手冊
- 【開源】60余套STM32單片機(jī)、嵌入式Linux、物聯(lián)網(wǎng)、人工智能項(xiàng)目
- LAT1171+STM32F745 USART1 Bootloader 失敗原因分析與解決
- LAT1173高精度定時器的同步功能應(yīng)用筆記
- LAT1178+關(guān)閉 SPI 會導(dǎo)致 WRPERR 錯誤的問題分析應(yīng)用筆記
- LAT1180+STM32L4R9 的 QuadSPI Flash 通訊速率不理想應(yīng)用筆記
- LAT1183+高精度定時器中 single-shot 計(jì)數(shù)模式不工作應(yīng)用筆記
- LAT1185+一個地址未對齊引起的 HardFault 異常應(yīng)用筆記
- LAT1187+在 Keil 中使用 STM32CubeProgrammer應(yīng)用筆記
- LAT1189+Timer 結(jié)合 DMA 2D 通道實(shí)現(xiàn)不同波形輸出應(yīng)用筆記
- LAT1198+通過 KEIL 制作 QSPI 接口的外部 Flash 下載算法應(yīng)用筆記
- LAT1199+TrustZone 架構(gòu)下使用 LPBAM 導(dǎo)致的 HardFault應(yīng)用筆記
- LAT1202+TIM DMA burst 輸出變頻 PWM 波形應(yīng)用筆記
- LAT1204+使用 NANOEDGE.AI 工具完成人體姿態(tài)識別應(yīng)用
- AN5289 使用 STM32WB 系列微控制器構(gòu)建射頻應(yīng)用筆記
- LAT1214+使用 BlueNRG-LP SoC 方案無法掃描到擴(kuò)展廣播包
- LAT1215+如何讓 STM32WB 在沒有 LSE 時運(yùn)行 BLE 應(yīng)用程序
- LAT1216 Blue NRG-1/2 系列芯片 Flash 操作與 BLE 事件的互斥處理
- LAT1218 如何選擇和設(shè)置外部晶體適配 BlueNRG-X
- LAT1220 關(guān)于 BlueNRG-2 在低功耗模式下的端口保持
- BlueNRG-X 如何實(shí)現(xiàn)外部天線和 PA 的控制















