Pic12f615 Hpwm???


Results 1 to 12 of 12

Threaded View

  1. #9
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    mmm, how about your code? so we can check it here as well.

    <hr>

    For the other members, you can fix this little problem and modify the 12F615.BAS file located in your PBP folder. Just open it and add the line in RED

    Code:
    BANK0   $0040, $007F
    LIBRARY "PBPPIC14"
    DEFINE	CCP1_REG GPIO
    DEFINE	CCP1_BIT 2
    
            include "PIC14EXT.BAS"
    
    PORTL   VAR     GPIO
    PORTH   VAR     GPIO
    TRISL   VAR     TRISIO
    TRISH   VAR     TRISIO
    
            include "PBPPIC14.RAM"
    
    '*-----------------------* EOF 12F615.BAS *---------------------*
    This will set the Default settings, and avoid to see that Warning [219] message again.

    Thanks Charles from Melabs!

    It doesn't explain error [113] of WireMan in the previous post... let's see it's code first
    Last edited by mister_e; - 9th November 2007 at 23:47.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. need help on hpwm
    By helmut in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 28th August 2007, 15:49
  2. HPWM of the port of two HPWM
    By ja2rqk in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 25th April 2007, 15:05
  3. HPWM down
    By lerameur in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 10th January 2007, 00:06
  4. sound command & music
    By trying in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 26th May 2006, 14:14
  5. 3 HPWM channels
    By docwisdom in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 4th April 2006, 02:43

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