View previous topic :: View next topic |
Author |
Message |
Gabriel Caffese
Joined: 09 Oct 2003 Posts: 39 Location: LA PLATA, ARGENTINA
|
Found free bootloader for 16F88, but........ |
Posted: Wed Aug 18, 2004 8:36 pm |
|
|
Hello everyone,
I�ve found this free bootloader for 16F88:
http://www.sparkfun.com/tutorial/Bloader/bloader.htm
Very nice. Have tested with included examples (done for CC5X C compiler), and worked ok.
When trying to use it with CCS compiler, no way.
Have tried to relocate code, and couldn�t afford to.
The closest I�ve been of "solving" this, was applying what R.J.Hamlett said in this message:
http://www.ccsinfo.com/forum/viewtopic.php?t=7208&highlight=build+reset+0x200
I�ve been two days playing around, but nothing !!!!
Has anyone a clue ? Any help, would be appreciated.
Gabriel.- |
|
|
j_s_connell
Joined: 02 Feb 2004 Posts: 17
|
|
Posted: Wed Sep 01, 2004 4:35 pm |
|
|
I am very interested in seeing the solution to this problem also. Have you tried contacting the guys over at sparkfun? Maybe they encountered this.... |
|
|
Nick Guest
|
|
Posted: Wed Sep 01, 2004 8:25 pm |
|
|
Doesnt sparks forum use a difference compiler? I used that compiler before comming to this compiler. believe me it was a pain in the butt, stick with CCS.
Nick |
|
|
Cossie Guest
|
|
Posted: Sat Dec 04, 2004 9:54 am |
|
|
If you add this, then it should be working (it works for me) :
Code: | #build(reset=0x1, interrupt=0x5)
#ORG 0x0F00,0x0FFF {}
|
|
|
|
Gabriel Caffese
Joined: 09 Oct 2003 Posts: 39 Location: LA PLATA, ARGENTINA
|
|
Posted: Sat Dec 04, 2004 9:13 pm |
|
|
Cossie,
Thank you very much for helping.
Gabriel.- |
|
|
|