ERROR Compling 16F819...l but the 16F818 works fine


Results 1 to 8 of 8

Threaded View

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


    Did you find this post helpful? Yes | No

    Default

    Eveybody can have their own opinion about any IDE but in this case it's not the problem source. In fact, since i use MicroCode Studio i'd never ever have a problem related to the IDE when compiling the code, using the Serial Monitor, Bootloader or else component of.

    NOW, let's see where it may crash...
    Code:
    ADCIN PORTA.1, X
    Come on.. read carefully the PBP manual, you must write the channel number not the PORT PIN name
    Code:
    ADCIN 0,x
    true about the Goto Gosub, you must write as
    Code:
    Pause 50
    If X > 100 Then
            GOSUB  BLINK
            ENDIF
    GOTO LOOP
    BUT, i also suspect of a corrupted file in your PBP folder. remove PBP then reinstall it.

    That's definately NOT an IDE problem. Work here with PM and MPASM with both PIC EVEN if i keep the Goto instead of using the GOSUB. I'll keep my own 'flames' about IDE.
    Last edited by mister_e; - 21st April 2006 at 03:02.
    Steve

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

Similar Threads

  1. Replies: 1
    Last Post: - 23rd May 2009, 09:22
  2. 7805 works fine, LM2940CT5 not!
    By DanPBP in forum Off Topic
    Replies: 4
    Last Post: - 29th August 2007, 22:01

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