Pulsout Pic16F630 @16Mhz problem


Closed Thread
Results 1 to 19 of 19

Hybrid View

  1. #1
    Join Date
    Feb 2022
    Posts
    54


    Did you find this post helpful? Yes | No

    Default Re: Pulsout Pic16F630 @16Mhz problem

    Strange, I have a program using pulsin and pulsout that runs perfectly on Pic16F84A/16Mhz and I try to put it on a Pic16F630./16Mhz .. but nothing works ;(
    I was using 16Mhz for better accuracy.
    I spent the day there, without success.
    My neurons are melted.

  2. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,644


    Did you find this post helpful? Yes | No

    Default Re: Pulsout Pic16F630 @16Mhz problem

    if you have pbp3 then a config looks loke this
    Code:
    #CONFIG
      __config  _HS_OSC & _WDT_ON & _PWRTE_OFF & _MCLRE_ON & _BODEN & _CP_OFF & _CPD_OFF
    #ENDCONFIG

    @ Device Pic16F630,HS_osc, wdt_off, pwrt_on,protect_off, mclr_off

    looks wrong for any version
    Warning I'm not a teacher

  3. #3
    Join Date
    Feb 2022
    Posts
    54


    Did you find this post helpful? Yes | No

    Default Re: Pulsout Pic16F630 @16Mhz problem

    I just tried this command.
    It is not recognised on my PBP 2.40
    But I guess without this configuration line, setting the fuses in IC-Prog is also valid and sufficient?
    "My" command was valid for my Pic16F84A.

Similar Threads

  1. PAUSEUS Using a 16MHz Oscillator
    By rsocor01 in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 10th October 2013, 22:17
  2. weird pulsout problem
    By peterdeco1 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 30th January 2012, 19:39
  3. LCD works at 4MHz, but not 12 or 16MHz
    By Max Power in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 11th June 2008, 01:23
  4. Encoder Ht6p20b Using Pic16f630 Decoder
    By Lucas de Paula in forum General
    Replies: 1
    Last Post: - 18th April 2007, 05:36
  5. Can anyone help at getting OWIn & OWOut to work @ 16MHz?
    By jessey in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 24th January 2006, 11:08

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