hi
i am sorry for my bad english
i have a problem in urxc interrupt
please see this code
[code:1:49d62959a5]
$regfile = "m16def.dat"
$crystal = 12000000
$baud = 9600
Config Portb = Output
Enable Interrupts
Enable Urxc
Wait 3
On Urxc Code
Do
Loop
End
Code:
Disable Urxc
Toggle Portb.0
Wait 1
Enable Urxc
Return
[/code:1:49d62959a5]
i connect a led to portb.0 and leave rx and tx pins open ( not connected) but urxc interrupt always and rapidly occur
the led evrey 1 secend be on and off
i even pull up and pull down rx pin but this dosent solve my problem
[b:49d62959a5][color=red:49d62959a5](BASCOM-AVR version : 2.0.7.6 , Latest : 2.0.7.6 )[/b:49d62959a5][/color:49d62959a5]
↧