Dear Mister_e
Thanks for your reply. I want to use PIC16F877 and 10 MHz Osc. (Is it possible to use PIC16F628?)
--------
Regards
Dear Mister_e
Thanks for your reply. I want to use PIC16F877 and 10 MHz Osc. (Is it possible to use PIC16F628?)
--------
Regards
not suppose to work with a 16F628 as it don't have the capability to write/modify it's own codespace. 16F88 will work.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
hi
mister_e, maybe you remember my problem in the next topic
http://www.picbasic.co.uk/forum/showthread.php?t=7627
i am fix my problem usign tinybootloader also, but i have only a waring message,
when i am load my program usign the tiny, the software say :
WARNING: PCLATH not initialised before GOTO! ... sucessfully repaired
and the load continue, and work fine, i am put only DEFINE LOADER_USED 1
that place i need put this GOTO command for skip this warning??????
thanks for all
Regards
I already heard it, but seems it's more a PC utility problem and it's just an annoying warning without any effect to your PIC code.
Yup the only thing you have to do is place a DEFINE LOADER_USED 1 and you're in business.
Don't worry about the warning, just ignore it.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks