I forgot to add I'm using MicroCode Studio with PicBasic Pro.
I forgot to add I'm using MicroCode Studio with PicBasic Pro.
But are you using MPASM and how are the configs set?
Dave
Always wear safety glasses while programming.
I am using MPASM v5.1 with Processor, Radix, Warning Level, Macro Expansion, and Hex Output set to default;
Generated File has Error and List files selected; Case Sensitive is also selected.
Are those what you meany by the configuration settings?
No, I mean these.
http://www.picbasic.co.uk/forum/showthread.php?t=543
Dave
Always wear safety glasses while programming.
No, I don't have anything nor have ever used anything like that before to my knowledge. I looked into the devices folder within my MPASM installation and I didn't see it in the list. Could that be why it isn't working?
Last edited by emerson; - 21st July 2012 at 07:36.
You have never set the configuration for any chip? Not even changed the type of oscillator used? The *.inc file that needs changed is in the PBP directory.
Read through the thread I linked you too, figure out where all f the files are, then we can go from there.
Dave
Always wear safety glasses while programming.
Alright. I was able to find the .INC file and found the config bits at the bottom of the page. I came up with this so far but it doesn't work yet. Whenever I compile my program in MCS it gives me an error message for the "&" symbols.
And no I've never used this method before. I guess I've always gotten away with what I showed you in the initial post (until now), although now it seems incorrect.Code:@__CONIG_OSC_IRCIO67_1H &_FCMEN_OFF_1H &_PWRT_OFF_2L &_BOREN_OFF_2L &_WDT_OFF_2H &_MCLRE_ON_3H &_LVP_OFF_4L
Last edited by emerson; - 21st July 2012 at 16:16.
Bookmarks