Re: Memory corruption (?) I don't understand

Ian Molton <[email protected]> Tue, 22 Jun 2021 17:00:32 +0100
Newsgroups gmane.comp.hardware.avr.gcc
Message-ID <[email protected]>
On 22/06/2021 12:59, BERTRAND Joël wrote:
> 	Hello,
> 
> 	I'm writing a firmware for a board that uses a ATMega 1284. Firmware
> continuously restarts

This is likely a branch through zero.

Common causes on AVR are bad function pointers, and stack damage.

-Ian