Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,982

    the other array is initialized here: AdValue ...

    the other array is initialized here:

    AdValue var WORD[12]

    Edit: never mind ... I figured it out simply by typing it correctly in the forum. The loop in my program was going from 1 to 12...
  2. Replies
    1
    Views
    2,982

    Array values changing

    PBP 2.46
    18F4550

    I have this large array in which I load values from EEPROM. Everything loads in fine, and I have verified that the contents are correct. The array is defined as:

    Temp_Calib ...
  3. Replies
    3
    Views
    4,752

    OMG you are amazing.

    I'm noticeably balder after that experience, and all for something so simple.

    Thanks Darrel. I love you.
  4. Replies
    3
    Views
    4,752

    PBP bad expression

    Alright, I think I got a good one for ya here:

    I have a large main program that is calling subroutines from an INCLUDE file (include "umfpuV3-spi.bas"). These subroutines use variables that are...
  5. Thread: 4550 osc

    by MyBuddy
    Replies
    14
    Views
    9,048

    Another thing: After I compile with the...

    Another thing:

    After I compile with the following config bits:

    @ __config _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L &
    _FOSC_HS_1H & _FCMEM_ON_1H & _IESO_ON_1H & _PWRT_ON_2L & ...
  6. Thread: 4550 osc

    by MyBuddy
    Replies
    14
    Views
    9,048

    I was confused with the post from b1arrrk, my...

    I was confused with the post from b1arrrk, my bad.

    I think this pic is overly complex ... or I'm overly simple.

    Alright, I'm understanding a little better the fuses, but they look exactly...
  7. Thread: 4550 osc

    by MyBuddy
    Replies
    14
    Views
    9,048

    Hmm, I was hoping I wouldn't have to learn what a...

    Hmm, I was hoping I wouldn't have to learn what a .asm file was...:mad:
  8. Thread: 4550 osc

    by MyBuddy
    Replies
    14
    Views
    9,048

    Yes, did that. 22pF Reset is high, too.

    Yes, did that. 22pF

    Reset is high, too.
  9. Thread: 4550 osc

    by MyBuddy
    Replies
    14
    Views
    9,048

    18f4550 is the chip, 40 pin dip. I'm using...

    18f4550 is the chip, 40 pin dip. I'm using PicBasic Pro 2.46. And it's a quartz crystal.
  10. Thread: 4550 osc

    by MyBuddy
    Replies
    14
    Views
    9,048

    4550 osc

    I'm a bit new with this chip and I'm having problems with the oscillator settings. Basically, I already have a program and circuit working with the chip and a 4MHz XT.

    The problem is that when...
  11. Replies
    3
    Views
    5,671

    pin differences

    I've found many. It would be tedious to list all the pin differences. Basically, don't try to drop this chip into an 877 circuit unless you want to redesign the layout. I'm a beginner, and I found...
Results 1 to 11 of 11