NerdKits - electronics education for a digital generation

You are not logged in. [log in]

NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.

Microcontroller Programming » Using pins the BootLoader uses

May 13, 2014
by Blackwatch42nd
Blackwatch42nd's Avatar

I'm sure this has been answered before, but can't find it:

I'm trying to Use pin 14 (on a 168) as an output (simply turn an LED on and off), but the way I seem to understand (and I don't understand much) is the Boot Loader uses pin 14 to determine whether to go into the programing mode or run mode.

Here's what's happening: Once the chip is programmed and I place a connection from pin 14 to resistor to LED to Ground and then power up, it seems the chip thinks it's in the program mode and does nothing. If I wait to make the connection till after power up, it works like I programmed it.

Is there a way to bypass the boot loader check of pin 14 with out changing the boot loader?

Thanx John

May 13, 2014
by Rick_S
Rick_S's Avatar

No, but you could reverse your LED so that the anode is tied to VCC through your resistor and you pull it low with the micro. This would have the leg pulled high at boot allowing to bypass the bootloader.

May 14, 2014
by Blackwatch42nd
Blackwatch42nd's Avatar

Rick,

That worked, thanx! Wish I had thought of that first. My first thought was those lines, but it involved transistors, a large Faraday cage and sixteen hamsters. Simple is better.

Now, is there a simple way to do away with the external crystal without changing the fuse settings?

Thanx again John

May 14, 2014
by Rick_S
Rick_S's Avatar

Unfortunately no. If you want to eliminate the crystal altogether, you have to change fuses.

May 14, 2014
by Blackwatch42nd
Blackwatch42nd's Avatar

Rick,

So much for an easy way out. OK, thanx for the reply

John

May 16, 2014
by Rick_S
Rick_S's Avatar

No problem, good luck with your project.

Post a Reply

Please log in to post a reply.

Did you know that you can control multiple LEDs from one microcontroller output? Learn more...