Yup make sense to me. now if TinyBootloader utility have it's command line, that would be great 'cause you could launch it directly from Microcode studio as a third party programmer.
Out of curiosity, which PIC are you going to use? Which OSC speed?
Yup make sense to me. now if TinyBootloader utility have it's command line, that would be great 'cause you could launch it directly from Microcode studio as a third party programmer.
Out of curiosity, which PIC are you going to use? Which OSC speed?
Last edited by mister_e; - 18th December 2007 at 16:56.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
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