comp.lang.ada
 help / color / mirror / Atom feed
From: Oliver Kleinke <oliver.kleinke@c-01a.de>
Subject: Re: Interrupt-driven Usart not working in Ada, but in C working, why?
Date: Mon, 17 Mar 2014 00:09:16 +0100
Date: 2014-03-17T00:09:16+01:00	[thread overview]
Message-ID: <20140317000916.1189e0e5@PC-8N-L> (raw)
In-Reply-To: 2528b8c4-93a8-4fb8-a6a5-192493d5d616@googlegroups.com

Am Sun, 16 Mar 2014 13:37:45 -0700 (PDT)
schrieb "Rego, P." <pvrego@gmail.com>:

> The problem is that when I send anything to the usart, the Ada
> application restarts (continuously).

This usually happens if you either blow the stack/heap or the PC
(program counter) overflows (reset/power on vector is at 0), e.g., if
the compiler optimizes away your main loop.

  parent reply	other threads:[~2014-03-16 23:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-16 20:37 Interrupt-driven Usart not working in Ada, but in C working, why? Rego, P.
2014-03-16 22:54 ` Oliver Kleinke
2014-03-17  0:21   ` Rego, P.
2014-03-17 14:08     ` Oliver Kleinke
2014-03-24 14:36       ` rrr.eee.27
2014-03-16 23:09 ` Oliver Kleinke [this message]
2014-03-17  0:32   ` Rego, P.
2014-03-17 12:17 ` rrr.eee.27
2014-03-17 20:28   ` Rego, P.
2014-03-18 14:08     ` Oliver Kleinke
2014-03-21  2:52       ` Rego, P.
2014-03-24 14:28         ` rrr.eee.27
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox