Quote Originally Posted by HenrikOlsson View Post
I guess you changed the Goto bootloader adress to actually jump past the bootloader, setting OSCCON and then back to the bootloader? Or do I need to worry about overwriting those 'certain locations'?
Yes, there's a small area just past the bootloader that didn't appear to be used, and I only put about 5 words in there. So it won't affect the amount of code you would normally be able to use.

My only fear is if that area is used by the bootloader, it may only work once. I don't think it will overwrite it, but I can't test it here to be sure.

Fingers crossed.


And of course, OSCCON should be set to $60 and not $68, don't know why I was trying to set a read-only bit.....
Since you can't write to that bit ... a 1 is just as valid as a 0.