Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Yes, expected the inaccuracy. As our process is...

    Yes, expected the inaccuracy. As our process is finished in ~10 hours this inaccuracy is no issue.

    We are seeing with this code irregular values in the first line and no issues in the second line....
  2. Replies
    3
    Views
    4,552

    Solved, wrong fuse/OSC

    Those fuses let the 2550 run at 48 MHz, we coded a sample program and measured again with our oscilloscope


    DebugLoop:
    TOGGLE PORTC.1
    PAUSE 100
    GOTO DebugLoop

    Which showed a ~40 ms pulse on...
  3. I chickened out, if I use this construct: ...

    I chickened out, if I use this construct:


    T1CON.0 = 0 ; Turn OFF Timer1
    ARRAYWRITE LCDText,[DEC2 days, "+", DEC2 Hours, ":", DEC2 Minutes, ":", DEC2 seconds, REP...
  4. Hi Darrel, my fears came truth. I've...

    Hi Darrel,

    my fears came truth. I've inherited the codebase and suspected that those parts need updates as I visited your page and saw that updates were released after 2003 :rolleyes: BTW: The...
  5. Hi Darrel, thanks for your fast reply. Thanks for...

    Hi Darrel, thanks for your fast reply. Thanks for your libs!

    See the attached ZIP for the code

    The PIC is a 18F2423 Device ID Revision = 00000007
  6. Replies
    3
    Views
    4,552

    No, it really definitly is running on 20 Mhz, ...

    No, it really definitly is running on 20 Mhz,

    Fuse PLLDIV_5_1L provides internal 4MHz which is used to to drive the 96Mhz internal PLL which gets divided to 48Mhz for USB via _CPUDIV_OSC1_PLL2_1L...
  7. unstable ADCIN readings when using DT ELAPSED.PBP

    Hi,

    when we measure a voltage divider and have activated the timer for ELAPSED.PBP from Darrel Taylor, every 40th measurement or so is way off. When we never call start_timer from that file our...
  8. Replies
    3
    Views
    4,552

    2 Pics, different baud rates needed

    We have
    1 PIC18F2550
    1 PIC18F2423

    Config 2550

    @ __CONFIG _CONFIG1L, _PLLDIV_5_1L & _CPUDIV_OSC1_PLL2_1L & _USBDIV_2_1L
    @ __CONFIG _CONFIG1H, _FOSC_HSPLL_HS_1H &...
Results 1 to 8 of 8