Resources used py PBP?


Closed Thread
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    PICBasic uses NO Hardware features of the PIC (besides Stack, RAM and Codespace of course) with a few exceptions...

    ADCIN will use the A/D Converters
    HSERIN and HSEROUT will use the USART
    HPWM will use the CCP Modules and note that TMR2 is usually associated with timing those (but best check the Datasheet for your PIC)
    The USB Commands will use the USB Module

    otherwise all the TIMERS. SPI module, Comparators, OP-Amps are free for your use. Naturally if you don't use those Hardware Commands of PICBasic then those PIC features are free to be driven by you howsoever you please. PAUSE (since you mentioned it) is a software timer.

  2. #2
    Join Date
    Sep 2005
    Location
    Dayton, Ohio
    Posts
    72


    Did you find this post helpful? Yes | No

    Default

    Thanks for the quick response! That's a huge relief. Now I can really get down to debugging my code ;-)

    regards,
    Jim

Similar Threads

  1. PBP Book
    By Bruce in forum Off Topic
    Replies: 83
    Last Post: - 4th October 2021, 12:55
  2. Extensions to PBP variables
    By John_Mac in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 23rd October 2009, 05:21
  3. Compiler differences between PBP 2.33 & 2.46
    By nikopolis in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 2nd May 2006, 19:01
  4. Newby- PBP wont compile for 18F (MPLAB)
    By jd76duke in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 17th December 2005, 23:30
  5. PBP / XP Crash
    By pondindustrial in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 27th November 2005, 03:16

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