??? 06/29/06 10:04 Read: times |
#119324 - write a c code in keil 2 operate e timer Responding to: ???'s previous message |
hi all, im new here... i dunno what is the code to use for to operate the timer.. using keil software program (keil uVersion2) den connect a RS232 cable thru the fx2 board to the PC and communicate using hyperterminal..
Conclusion is write a program den load to the fx2 chip den to the timer den to the RS232 cable to PC.. eg. #include???????? something i dunno!! SCON = 0x52; TMOD = 0x20; TCON = 0x69; TH1 = 0xF3; |