Now I am really confused! I will sleep maybe it will all make sense in the moring
Thank You
Roger
Now I am really confused! I will sleep maybe it will all make sense in the moring
Thank You
Roger
Yeah, I can see why. I think that thread is when you want to use MPLAB.
Here's what I do for PBP 2.6:
- install MPLAB.
- install PBP.
- install Microcode Studio.
- in MCS, point to PBP and MPASM.
Unless v3 has a major change in the way things work, the same should work.
Hopefully someone with v3 can chime in.
Robert
Make a separate directory for pbp3 from earlier versions so you can use both.
If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
.
Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
.
There simply is no "Happy Spam" If you do it you will disappear from this forum.
If you go into the "DEVICE_REFERENCE" folder of your PBP3 install directory you will find a bunch of files *.INFO. Find the file that relates to your PIC and open it to find a complete list of all the config options with descriptions and an example of how to use the settings in PBP3, e.g for PIC16F1509
are the config options for the oscillator. When you install PBP3 it has the option of installing the correct assembler if not already installed.; Available __CONFIG labels for PIC16F1509:
;
;CONFIG1 Options
;
; Oscillator Selection Bits
; _FOSC_ECH ;ECH, External Clock, High Power Mode (4-20 MHz): device clock supplied to CLKIN pins
; _FOSC_ECM ;ECM, External Clock, Medium Power Mode (0.5-4 MHz): device clock supplied to CLKIN pins
; _FOSC_ECL ;ECL, External Clock, Low Power Mode (0-0.5 MHz): device clock supplied to CLKIN pins
; _FOSC_INTOSC ;INTOSC oscillator: I/O function on CLKIN pin
; _FOSC_EXTRC ;EXTRC oscillator: External RC circuit connected to CLKIN pin
; _FOSC_HS ;HS Oscillator, High-speed crystal/resonator connected between OSC1 and OSC2 pins
; _FOSC_XT ;XT Oscillator, Crystal/resonator connected between OSC1 and OSC2 pins
; _FOSC_LP ;LP Oscillator, Low-power crystal connected between OSC1 and OSC2 pins
That is exactly the file I was trying to find!
Thank You!
Roger
Bookmarks