当前位置:网站首页>Simple square wave generating circuit [51 single chip microcomputer and 8253a]
Simple square wave generating circuit [51 single chip microcomputer and 8253a]
2022-07-02 23:13:00 【The universe is hidden in the book】

/*8253 Timed square wave generation experiment instrument 11802 Ma Wei */
#include<reg51.h>
#include<absacc.h>
#define CMD_ADDR XBYTE[0x7FFB]// Address of the command register
#define TIMER0_ADDR XBYTE[0X7FF8]// Counter 0 Initial value counter
void main()
{
// The command register is 00110110, The counter 0, First low then high , The way 3, Binary
CMD_ADDR=0x36;
// Assign a value to the counter from low to high 0
TIMER0_ADDR=0x52;
TIMER0_ADDR=0x09;
while(1);
}
边栏推荐
- Mask R-CNN
- Antd component upload uploads xlsx files and reads the contents of the files
- FOC矢量控制及BLDC控制中的端电压、相电压、线电压等概念别还傻傻分不清楚
- Go multithreaded data search
- Temperature measurement and display of 51 single chip microcomputer [simulation]
- [npuctf2020]ezlogin XPath injection
- 最小生成树 Minimum Spanning Tree
- Distributed monitoring system ZABBIX
- Minimum spanning tree
- “一个优秀程序员可抵五个普通程序员!”
猜你喜欢

Lambda expression: an article takes you through

Looking at Ctrip's toughness and vision from the Q1 financial report in 2022
![[redis notes] compressed list (ziplist)](/img/83/ff38fabb1baebc5fa4d3d72da315dc.png)
[redis notes] compressed list (ziplist)

4 special cases! Schools in area a adopt the re examination score line in area B!

C#中Linq用法汇集

成功改变splunk 默认URL root path

数字图像处理实验目录

Deep analysis of data storage in memory - C language

Minimum spanning tree

深度剖析数据在内存中的存储----C语言篇
随机推荐
FOC矢量控制及BLDC控制中的端电压、相电压、线电压等概念别还傻傻分不清楚
Boot actuator - Prometheus use
门牌制作 C语言
Catalogue of digital image processing experiments
Go语言sqlx库操作SQLite3数据库增删改查
Jerry's prototype has no touch, and the reinstallation becomes normal after dismantling [chapter]
数据标注典型案例,景联文科技如何助力企业搭建数据方案
严守工期,确保质量,这家AI数据标注公司做到了!
Construction of Hisilicon 3559 universal platform: draw a frame on the captured YUV image
Static file display problem
設置單擊右鍵可以選擇用VS Code打開文件
Potplayer set minimized shortcut keys
Win11自动关机设置在哪?Win11设置自动关机的两种方法
Pandora IOT development board learning (HAL Library) - Experiment 3 key input experiment (learning notes)
Strictly abide by the construction period and ensure the quality, this AI data annotation company has done it!
[favorite poems] OK, song
Set right click to select vs code to open the file
Typical case of data annotation: how does jinglianwen technology help enterprises build data solutions
Splunk audit 的设定
【Redis笔记】压缩列表(ziplist)