Search found 4 matches

by a2e
Fri Jan 23, 2009 5:34 am
Forum: Compiler
Topic: Botloader Problem - first few bytes being over written?
Replies: 4
Views: 2838

Thanks Doj, your sugestions seemed to do the trick! By changing #option org_reset to org_program and setting the the address passed the interrupt vectors it seemed to solve my problems.To clarify for anyone else having the same issue with MCLoader here is my code: device = 18F2320 clock = 20 config ...
by a2e
Thu Jan 22, 2009 6:18 am
Forum: Compiler
Topic: Botloader Problem - first few bytes being over written?
Replies: 4
Views: 2838

Not exactly getting the response I was hoping for here. I have determined that I need to add a org_reset to my code to get it not to overwrite the bootloader, but i still can not get it to work. could someone please tell me if there is any problem with this very simple blink code? device = 18F2320 c...
by a2e
Wed Jan 21, 2009 5:26 am
Forum: Compiler
Topic: Botloader Problem - first few bytes being over written?
Replies: 4
Views: 2838

Botloader Problem - first few bytes being over written?

a few days ago I posted about getting a version of the bootloader that would work with the internal osc on a 18F2320. I gave up on that. I went ahead a programed the the pic with the 18F2320_20.hex bootloader file, and connected the corosponding 20Mhz xtal. The loader program can the talk with the p...
by a2e
Sun Jan 18, 2009 6:42 am
Forum: IDE
Topic: Bootloader for 18F2320 8Mhz internal osc
Replies: 3
Views: 3895

Bootloader for 18F2320 8Mhz internal osc

I am new to swordfish and I am excited to start using it, however my pic programmer is junk and will only work 1 in about a 100 tries. It would be great if I could use a bootloader with swordfish, problem is that I don't see the version I would like to use. Would it be possible to get a version that...