You must make sure you PGM jumper settings are right too.Code:@ __CONFIG _HS_OSC & _LVP_OFF
You must make sure you PGM jumper settings are right too.Code:@ __CONFIG _HS_OSC & _LVP_OFF
Last edited by mister_e; - 9th April 2008 at 17:35.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
I don't have the EasyPIC 5... but his ol' version 4
let's see the programming jumper in the following PDF
http://www.mikroe.com/pdf/easypic5/easypic5_manual.pdf
look at page 12. PIC16F877A use RB5 for PGM, your jumper group (J10) must be set exactly as they show.
and then you also have to make sure the Socket Selection one are also properly set. PDF page 13, figure 12.
Next.. figure 14... MCLR as RESET.
Next.. figure 15 OSC jumpers
now you can also set your Pull-up/Down resistor with with your dip switches and jumper located on the right of your board.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
OMG Your a star
It now programs as well as compiles and i dont have to start Picflash manually
However I've still got the problem of trying to set hs_oscThe only way I can set it is manually with the picflash program, I cant find any way they Microcode studio will let me set it in the program
i suspect you have an overwrite error message?
read again the thread i suggested.. post 5
http://www.picbasic.co.uk/forum/showthread.php?t=543
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
euh, just to make sure of everything... notice the few spaces i've added between @ and __CONFIG...
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks