From: Mikael N. <mik...@pp...> - 2013-02-27 20:21:41
|
On Wed, 2013-02-27 at 19:59 +0100, Matthias Trute wrote: > You drive me crazy ;) Well it was not my intention :-; > >From checking your code, I can imagine a few things that would break > FF as well. ;) I am interested to know what that could be. I guess it can break but remarkably seldom. Everything related to the startup is in write protected flash and the ram is initialized at startup from flash so I cannot really imagine what can go wrong. Usually when a chip starts misbehaving, it is some physical problem, or the flash is bad and the chip needs to be replaced. For instance, I had a very strange problem that after power-boot some random EEPROM bytes were set to 0xff. It turned out that the PIC chip had a minimum working voltage of 4 Volts, but the brown out reset detection fuse was configured for 2.2 volts which is only valid for a low voltage version of the chip. mfg Mikael |