Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    4,330

    PIC18F25k22 configuration - I/O problem

    Hello all,

    I started to use the PIC18F25k22 SSOP package. From the very beginning, I have a problem with using this microcontroller. I wrote a test program to try out all the peripherals that are...
  2. Replies
    772
    Views
    591,541

    Re: Instant Interrupts - Revisited

    Thank you very much!

    I must add TRISA = 0 to the begin of code, and then start work great.

    One more time, thank you, Damir.
  3. Replies
    772
    Views
    591,541

    Re: Instant Interrupts - Revisited

    Just want to add,when I turn off TRM1 before reading i2c, rtc is operating normally, but problem is with LED strips on PWM channel they strart flashing.

    T1CON.0=0
    I2CRead...
  4. Replies
    772
    Views
    591,541

    Re: Instant Interrupts - Revisited

    Thank you for quick reply!

    Yes i have, this is configuration for my pic



    ADCON1 = $0F
    CMCON = 7
    UCFG.3 = 1
    PORTA = 0
  5. Replies
    772
    Views
    591,541

    Re: Instant Interrupts - Revisited

    Hello good people,


    I follow this forum for a long time, it is excellent! I found a lot of good stuff on it.


    Now I have a problem with the code from Mr. Darrel Taylor.


    Thus, I use...
Results 1 to 5 of 5