Using "END" Fries PICS?


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,653


    Did you find this post helpful? Yes | No

    Default Re: Using "END" Fries PICS?

    Code:
    mainloop:
    
    end 'NEVER use "end"!!!!  it destroys the chip!
    this code is rather strange : you send clear and bell , Then place your chip in sleepmode ???

    I hope you have left the Watchdog ON ...

    to me, you should use STOP command here ...

    now, why include " modedefs" and after place this line :
    Code:
    N9600	CON	$4054	'value for 9600 baud setting
    ???

    Alain
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

  2. #2
    Join Date
    Dec 2014
    Posts
    10


    Did you find this post helpful? Yes | No

    Default Re: Using "END" Fries PICS?

    Quote Originally Posted by Acetronics2 View Post
    Code:
    mainloop:
    
    end 'NEVER use "end"!!!!  it destroys the chip!
    this code is rather strange : you send clear and bell , Then place your chip in sleepmode ???

    I hope you have left the Watchdog ON ...

    to me, you should use STOP command here ...

    now, why include " modedefs" and after place this line :
    Code:
    N9600	CON	$4054	'value for 9600 baud setting
    ???

    Alain
    The program was under development and being debugged when this problem cropped up. The "end" was part of the search for the cause of the chips becoming non-programmable.

Similar Threads

  1. Replies: 0
    Last Post: - 14th November 2013, 03:32
  2. Replies: 3
    Last Post: - 15th October 2012, 08:06
  3. Replies: 7
    Last Post: - 21st July 2011, 10:34
  4. Using "END" in a subroutine?
    By Byte_Butcher in forum General
    Replies: 6
    Last Post: - 13th February 2010, 16:32

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts