1

I got a old used picdem board for free from my friend and I have a bootloader to it. It's old one got erased.

I don't have ICD to program the bootloader, is there any way I can program the bootloader using usb or develop something by my own? But the problem is since the bootloader got erased by accident the usb won't be detected when plugged in.

I'm using PIC18F4550 microcontroller

4
  • Which PIC microcontroller you are going to program? Commented Nov 5, 2011 at 20:33
  • Sorry about that, it is "PIC18F4550" and the board is "microchip.com/stellent/…" Commented Nov 5, 2011 at 20:42
  • You can program this microcontroller by any other programmator, even self-made. First try to google give me this Commented Nov 5, 2011 at 20:54
  • 2
    they aren't that expensive, consider this one piccircuit.com/shop/7-pic-programmer Commented Nov 5, 2011 at 21:33

1 Answer 1

3

No, you can't program the bootloader over USB, because the bootloader contains the USB code. A blank PIC does not understand USB. It is not even running it's oscillator. Get an iCP01 or an ICD.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.