Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: mpgmike; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    29
    Views
    38,984

    Re: DT_INTS for K42

    Microchip has online training that covers ANSI C, MPLABX, MCC, a long list of useful projects, and more:

    http://microchipdeveloper.com/training-self:start

    I have learned much from their...
  2. Replies
    29
    Views
    38,984

    Re: DT_INTS for K42

    I agree with Richard in that I also have learned to work with C in MPLABX, but I was able to use PBP command structures to use newer functions that don't have PBP commands. I didn't need to resort...
  3. Replies
    29
    Views
    38,984

    Re: DT_INTS for K42

    Conventional wisdom states that ISRs should do only minimalistic functions. Never call a subroutine from an interrupt handler. Never use PAUSE type statements. In short, turn something on or off,...
  4. Replies
    29
    Views
    38,984

    Re: DT_INTS for K42

    Although a bit dated, my first recommendation is "Applying PIC18 Microcontrollers", by Barry B. Brey; Copyright 2008 by Pearson Education. ISBN-13: 978-0-13-088546-3.

    Another recommendation is...
  5. Replies
    29
    Views
    38,984

    Re: DT_INTS for K42

    8512

    Let me try again.
  6. Replies
    29
    Views
    38,984

    Re: DT_INTS for K42

    Some of you guys blow my mind. I eagerly learn from your wealth of knowledge. In the past, modifying the DT_INTS was a simple matter of taking care of Interrupt PIE/PIR locations. At least on the...
  7. Replies
    29
    Views
    38,984

    Re: DT_INTS for K42

    Would love to delete the previous version. Here is the finished one.

    8507
  8. Replies
    29
    Views
    38,984

    Re: DT_INTS for K42

    I just realized I didn't finish the job. Kindly disregard the above attachment. There was no way of testing it (of course). Will have corrected version posted soon.
  9. Replies
    29
    Views
    38,984

    DT_INTS for K42

    I know it is a bit premature, but here is the custom tailored DT_INTS for the new PIC18FXXK42.
    8506
Results 1 to 9 of 9