- 8051

8051 timer Interrupt program to copy data from P0 to P1 ,while simultaneously generating square wave of time period 200 uS at P2^0 .

When it comes to interrupt programming , we have to consider some important registers. For this program the registers used are IE(interrupt enable),TCON(timer control),TMOD(timer mode).     In timer interrupt programming calculating the value to be loaded to the timer is very important. Here XTAL frequency i have considered is…

Read More