Hi all, i coded an application running on a attiny24.
The device is battery powered.
I left the reset pin floating since there is an internal pull up resistor in the chip. However sometimes when power is applied the program doesn't start. When the program start everything work as designed.
So i have to plug and unplug the battery a few time befor normal start.
I guess that some noise on the reset pin could cause a reset, but in this case the program should start again but instead it hang.
Any hint ?