Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    10,755

    Hi Mike and Jerson! Good news. It started to...

    Hi Mike and Jerson!

    Good news. It started to work finally :)
    Not going straight into point, I must mention, that my EEPROM is M24256W. Address PINs are in EEPROM - M24256B! So there is kind of...
  2. Replies
    18
    Views
    10,755

    Just made the changes in code, as you said...

    Just made the changes in code, as you said Jerson. Still no changes. I'll get today 24LC16B EEPROM. Perhaps this will start to work.
  3. Replies
    18
    Views
    10,755

    This address splitting seems logical and I tried...

    This address splitting seems logical and I tried it, but unfortunately it didn't change the result. Anyways it remains in my code.

    Also I was adding to data line pull up resistor as it was said in...
  4. Replies
    18
    Views
    10,755

    Tnx. for fast reply, Jerson! Were you were...

    Tnx. for fast reply, Jerson! Were you were meaning to send lower and higher address byte separately to EEPROM for reading and writing?

    Example:

    I2Cwrite DPIN, CPIN, cont, addr.Byte0, [val]...
  5. Replies
    18
    Views
    10,755

    Problems with driving external EEPROM M24256

    Hi!

    I'm using PIC18F2320 to drive EEPROM M24256. Here is the code to write variable to the address 1.

    '--------------------------------
    DEFINE OSC 4
    Include "modedefs.bas"

    CVRCON = 0 ' No...
  6. Replies
    2
    Views
    3,835

    It went now to wrong thread. :( I'm using...

    It went now to wrong thread. :( I'm using PICBASIC PRO. Maybe it can be moved under other topic.
  7. Replies
    2
    Views
    3,835

    Needing help with speeding up paralel port

    Hi!

    I'm using PIC16F88 eight digital outputs to drive DAC. Digital output change takes a lot of time as I have to change each of them. Is there any faster solution to change digital outputs in...
  8. Replies
    2
    Views
    3,414

    Yup. There is open drain. So I changed the...

    Yup. There is open drain. So I changed the outputs a bit. Tnx.
  9. Replies
    2
    Views
    3,414

    PIC18F2320 RA4 output problem

    Hi!

    I'm using PIC18F2320 chip. It's needed to use PORTA.4 as digital output. Somehow with this program it doesn't give high value into PORTA.4 pin. PORTC.1 output is working. Are there any...
  10. Replies
    4
    Views
    3,848

    Tnx. I got my problem solved :)

    Tnx. I got my problem solved :)
  11. Replies
    4
    Views
    3,848

    Yep. It works now :) Tnx. Stupid question maybe,...

    Yep. It works now :) Tnx.
    Stupid question maybe, but why CMCON has to be 7 not 6 or 5? If I want to use also some analog inputs, then how CMCON has to be set? I'm also trying to find out the answer...
  12. Replies
    4
    Views
    3,848

    12F675 output dependency

    I'm using PIC12F675. I have problems with digital outputs. It seems, that they are dependent to eachother.

    DEFINE OSC 4 ' 4MHZ
    ADCON0 =0 ' No analog inputs
    ANSEL = 0
    VRCON = 0
    TRISIO =...
Results 1 to 12 of 12