Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Brian J Walsh; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,792

    ADCIN with PIC18F4620

    Does anyone know if ADCIN and its associated DEFINES work with the PIC18F4620?

    As part of a migration from a 16F877 I noticed that the adcon registers are more numerous and somewhat different.
    ...
  2. Replies
    3
    Views
    11,038

    Definitive MPLAB Config Examples

    Thanks folks.

    My understanding is as follows:

    1. PBP does not directly support the new CONFIG directive.

    2. The old style @ __CONFIG still works within the PBP code.

    3. The line...
  3. Replies
    3
    Views
    11,038

    Definitive MPLAB Config Examples

    Please forgive me if I am going over old ground but I am unfamiliar with the forum and find the search difficult to use. (doubtless my own fault)

    I am currently moving yet another project from 16F...
  4. MPASM Path Length

    Thanks for your input guys.

    I am prepared to play by the rules and if 64 characters is it, then so be it.

    I'm not short of strategies to stay within the limit ... that wasn't the question. I...
  5. MPASM Path & File Name Length Limtation

    My PBP file names have always been rather long, containing descriptive text which lets me keep track of program development.

    Today I re-visited a project and found that MPASM, which had previously...
  6. Replies
    9
    Views
    6,651

    Multiple ON INTERRUPT GOTOs

    Thanks Darrel. That's quite an explanation!

    Regards,

    Brian Walsh.
  7. Replies
    9
    Views
    6,651

    Single interrupt handler

    Darrel,

    Thanks for the prompt response. There seems to be some confusion and perhaps I did not make myself clear.

    I think I understand that all enabled interrupts are available at any time to...
  8. Replies
    9
    Views
    6,651

    I'm an 'On Interrupt Goto' newbee too

    My understanding is, that although there are many sources of interrupts possible within the PIC's hardware, there is only one resulting interrupt condition. Either the processor has been interrupted...
  9. Replies
    2
    Views
    2,986

    Debug fixed

    Thanks Sinoteq. That fixed it.
  10. Replies
    2
    Views
    2,986

    Error[115]...duplicate label..."debug"

    I am trying to program a PIC18F4620 using PBP246a, MPASM 5.16 and MCSP 3.0.0.5.

    I get warnings about the __config directive style being out of date, which I can live with.

    However, I also get...
  11. Replies
    7
    Views
    12,228

    Source file path too long

    Thanks for your reply Bruce.

    You have confirmed that the error messages were in fact meaningful and I now understand that a shorter path must be acheived to remain within the parameters of MPASM....
  12. Replies
    7
    Views
    12,228

    Assembler errors

    I have downloaded MPASM 4.01 as directed by MELabs.

    When I try to program the PIC4550 from MCS+ I get three errors:

    Error[173]c:\progra~1\mecani~1\easyhid\test\picbas~1\test.asm77: Source file...
  13. Replies
    134
    Views
    100,167

    I've just started on this, having been encouraged...

    I've just started on this, having been encouraged by EasyHID.

    I noticed that the interrupt check box is disabled if PBP is the device code genrator selected. Does this mean that PBP programs have...
Results 1 to 13 of 13