Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    772
    Views
    600,833

    I found the problem. It was the name of the...

    I found the problem. It was the name of the program I chose. I called it Blink i.bas once I changed its name to Blink_i.bas the whole thing compiled then I could build it in MPLAB.
    I should have...
  2. Replies
    772
    Views
    600,833

    I tried it with PBP setup in MPLAB and I got a...

    I tried it with PBP setup in MPLAB and I got a bunch of compile errors
  3. Replies
    772
    Views
    600,833

    I've already posted them (See above Posts 410,...

    I've already posted them (See above Posts 410, 414, and 415 in this thread)
  4. Replies
    772
    Views
    600,833

    Ok, I'm about to give up. Ive tried everything...

    Ok, I'm about to give up. Ive tried everything on Darrel's program that was suggested. I'm still getting the same Build errors as before. I'm using a 18F1220 Pic and MCS to compile with MPLAB to...
  5. Replies
    772
    Views
    600,833

    Just how do I do that in MPLAB? I tried looking...

    Just how do I do that in MPLAB? I tried looking and found nothing to make PBP the language tool?
  6. Replies
    772
    Views
    600,833

    Yes, that is the way I have always built .asm...

    Yes, that is the way I have always built .asm files. I never encounted errors to this magnatude before.
  7. Replies
    772
    Views
    600,833

    Warning[207] C:\PIC PROGRAMS\BLINK I.ASM 657 :...

    Warning[207] C:\PIC PROGRAMS\BLINK I.ASM 657 : Found label after column 1. (ASM?)
    Error[116] C:\PIC PROGRAMS\BLINK I.ASM 657 : Address label duplicated or different in second pass (ASM?)...
  8. Replies
    772
    Views
    600,833

    Here is the rest of the errors Error[116] ...

    Here is the rest of the errors


    Error[116] C:\PIC PROGRAMS\BLINK I.ASM 1501 : Address label duplicated or different in second pass (ENDASM?)
    Warning[207] C:\PIC PROGRAMS\BLINK I.ASM 1506 :...
  9. Replies
    772
    Views
    600,833

    I am using MPLAB for Building Here is a copy...

    I am using MPLAB for Building

    Here is a copy of the config file



    ;****************************************************************
    ;* 18F1220.INC ...
  10. Replies
    772
    Views
    600,833

    Here is the errors I get Clean: Deleting...

    Here is the errors I get


    Clean: Deleting intermediary and output files.
    Clean: Deleted file "C:\Pic Programs\Blink i.mcs".
    Clean: Done.
    Executing: "C:\Program Files\Microchip\MPASM...
  11. Replies
    772
    Views
    600,833

    Dave I am using MPASM. ; Initialize your...

    Dave
    I am using MPASM.


    ; Initialize your hardware first.

    INCLUDE "DT_INTS-18.bas" ' Base Interrupt System
    INCLUDE "ReEnterPBP-18.bas" ' Include if using PBP interrupts
    DEFINE...
  12. Replies
    772
    Views
    600,833

    Sorry Darrel about calling you dave. I can...

    Sorry Darrel about calling you dave.

    I can compile but not Build. I use a IDC2 with MPLAB to run the PIC 18F1220. I use Microcode studio to write code and compile it to create a .asm file for...
  13. Replies
    772
    Views
    600,833

    Hello dave Ok, I found all my files I need...

    Hello dave
    Ok, I found all my files I need however I am using PicBasic Pro Compiler Ver. 2.46. (I'm one of those poor saps that lost his receipt and cannot upgrade.)
    When I compile it works but...
  14. Replies
    772
    Views
    600,833

    ReEnterPBP

    where can I get a copy of ReEnterPBP.bas so I can test interupts?
  15. Replies
    33
    Views
    18,206

    How's this for Spaghetti Code PORTA.1 = 0...

    How's this for Spaghetti Code

    PORTA.1 = 0 :PORTA.2 = 0 :PORTA.3 = 0 :PORTA.4 = 0 :PORTA.5 = 0 :PORTA.6 = 0
  16. Replies
    33
    Views
    18,206

    I finally found the solution. You cannot clear...

    I finally found the solution. You cannot clear PORTA
    when I removed the code
    'PORTA = %01000000 ' Clear PORTA
    It worked on the first 'release from reset'. Now all I need is to indivually...
  17. Replies
    33
    Views
    18,206

    Setting ADCON1 makes no difference. Always on...

    Setting ADCON1 makes no difference. Always on the first 'release from reset' it misbehaves.
  18. Replies
    33
    Views
    18,206

    I am using the 18F1220 PIC.

    I am using the 18F1220 PIC.
  19. Sticky: This piece of code made it work DEFINE OSC 4 ...

    This piece of code made it work

    DEFINE OSC 4 'Define the Osc to 8 MHz

    asm
    bsf OSCCON, SCS1 ; 1x = Internal Block
    bcf OSCCON, SCS0 ; 00...
  20. Replies
    33
    Views
    18,206

    I disabled the A/D converter ADCON0 = 0, but the...

    I disabled the A/D converter ADCON0 = 0, but the problem remains. Strange.
  21. Replies
    33
    Views
    18,206

    Weird port Problem

    I have a weird PORTA problem. I set PORTA Bit 7 to digital input. The pin is pulled up with a resistor to VCC. When I first start the PIC after programing and release from reset, PORTA Bit 7 is at...
  22. Sticky: Re:Help in setting internal clock on 18F1220 device

    Joe S. and Bruce
    Thanks for your valuable help. Sorry its been a while since I've been able to get back to this project. Here is the status. I have set the CONFIG1H fuse to
    _INTIO2_OSC_1H as...
  23. Sticky: Help in setting internal clock on 18F1220 device

    Hello
    I am new to this forum, I am a RF Engineer trying to use a 18F1220 with its internal oscillator. So far I have been unsucessfull in doing this. When using MPLAB and a IDC2 in debugger mode...
Results 1 to 23 of 23