DEBUG on 18F4620


Results 1 to 10 of 10

Threaded View

  1. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    That's kinda interesting and i agree that some things could be changed to allow all feature, but usually it's a good practice to use internal PIC ressource instead than a software solution to, at least, save code space. For a such device (64K) i'm pretty sure there's a few thing that could be changed prior to say that DEBUG is the solution.

    Sometimes i'm afraid what people do with PIC. Pretty sure than most of their own feature aren't used.
    Why using PULSIN while you can use internal Counter?
    Why using SERIN/DEBUGIN while you can use HSERIN?
    Why using I2CREAD while your PIC have internal MSSP?
    Why using PAUSE/US while your PIC have spare timer(s)?
    Why using Sound while your PIC have spare CCP and allow your frequency range?
    What is the real need of 20MHZ crystal while 4MHZ would be enough?
    And so on...

    Once done, you'll be amased how many project could be ported from a 8K device to a 4K (or less) memory device.

    OK i heard some... sorry to say that.
    Last edited by mister_e; - 25th May 2006 at 15:16.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. N-Bit_MATH
    By Darrel Taylor in forum Code Examples
    Replies: 38
    Last Post: - 16th December 2010, 14:48
  2. About USB
    By dias11 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 3rd December 2009, 20:41
  3. debug not working with MPASM assempler
    By santamaria in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 4th March 2009, 07:51
  4. Data EEPROM gets clobbered during programming
    By BrianT in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 18th July 2008, 02:46
  5. DEBUG problem with 18F4620
    By BrianT in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 9th November 2007, 05:36

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