ChuHAHUuuA... this looks like *unsbscribe* command send to piclist... Sorry, Vasile On Wed, 28 Feb 2001, L-Soft list server at MITVMA.MIT.EDU (1.8d) wrote: > > Paul, take a look at Nikolai delay generator: > Unknown command - "PAUL,". Try HELP. > > > http://www.piclist.com/techref/piclist/codegen/delay > Unknown command - "HTTP:". Try HELP. > > > Vasile > Unknown command - "VASILE". Try HELP. > > > On Tue, 27 Feb 2001, Paul Chicofsky wrote: > Unknown command - "ON". Try HELP. > > >> Hello everybody, > >> I am having deficalty in getting the right dely to the clock i am using > >> for my pic16f877. which i am using 20MHz clock. I have calculated a > >> 1msec as follows: > >> > >> I have a clock of 20MHz that meens 50nsec > >> then I have three instructions for each function so what i did is > >> 50nsec X 3inst X (how many time to be multiplied (n))= 1msec > >> so, > >> n = (1m X 20MHz) / 3inst = 6666.66666 > >> then, > >> I devided that number by 100 to split it into two equations, so I got 67 > >> and 100. > >> > >> the following is my iomplemented function, however, i am not getting > >> the right delay. I am geting larger delay > >> > >> > >> > >> Wait1ms > >> movlw .67 > >> movwf temp11 > >> Wait1msB1 > >> movlw .100 > >> movwf temp12 > >> Wait1msB2 > >> decfsz temp12,1 ; this is one instruction > >> goto Wait1msB2 ; this is two instructions which make 3 > >> total > >> decfsz temp11,1 ; the same here > >> goto Wait1msB1 > >> return > >> > >> can any body help > >> Thank you > >> > >> regards, > >> Paul > >> > >> ________________________________________________________________________________ > >> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > >> > >> -- http://www.piclist.com hint: The list server can filter out subtopics > >> (like ads or off topics) for you. See http://www.piclist.com/#topics > >> > > Your message did not contain any command. Note that lines starting with a > "greater than" sign ('>') are ignored. > > Summary of resource utilization > ------------------------------- > CPU time: 0.044 sec Device I/O: 0 > Overhead CPU: 0.008 sec Paging I/O: 66 > CPU model: 9121 DASD model: 3390 > Job origin: vasile@L30.ITIM-CJ.RO > -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.