public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
From: Nick Garnett <nickg@ecoscentric.com>
To: "Christophe Coutand" <ccoutand@stmi.com>
Cc: "Nagaraj K" <nagaraj.kmurthy@gmail.com>,
	 <ecos-devel@ecos.sourceware.org>
Subject: Re: Cortex-M3 HAL interrupt-priority code bug
Date: Thu, 25 Nov 2010 12:03:00 -0000	[thread overview]
Message-ID: <m3r5e9vcel.fsf@xl5.calivar.com> (raw)
In-Reply-To: <D6050C555CC56940A7AF3265228302760373DF4C@mail2.STMIRV01.COM>

"Christophe Coutand" <ccoutand@stmi.com> writes:

> My understanding is:
> 
> CYGNUM_HAL_CORTEXM_PRIORITY_MAX is defined equal to
> 1<<(8-CYGNUM_HAL_CORTEXM_PRIORITY_LEVEL_BITS)
> 
> What the eCos implementation really does is to reserved level 0 for
> DEBUG and SVC traps. If you call hal_interrupt_set_level with level 0
> what you will really get is a priority of 1. Nothing wrong with that?

This is intensional. The Cortex-M3 prioritizes exceptions alongside
interrupts in the same number space. If you try and throw an
exception, such as a breakpoint, of the same, or lower, priority as
the current level then the processor takes a Hard Fault, which is
unrecoverable. The simplest solution to this is to set all exceptions
to the highest priority, zero, and ensure that no interrupts have that
priority. In practice the highest priority interrupt actually needs to
be set to the highest real priority implemented by the CPU.


-- 
Nick Garnett                                      eCos Kernel Architect
eCosCentric Limited    http://www.eCosCentric.com      The eCos experts
Barnwell House, Barnwell Drive, Cambridge, UK.     Tel: +44 1223 245571
Registered in England and Wales:                        Reg No: 4422071

  reply	other threads:[~2010-11-25 12:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-25 10:34 Nagaraj K
2010-11-25 11:19 ` Nick Garnett
2010-11-25 11:26   ` Christophe Coutand
2010-11-25 12:03     ` Nick Garnett [this message]
2010-11-25 12:10       ` Nick Garnett
2010-11-25 14:29         ` Nagaraj K

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3r5e9vcel.fsf@xl5.calivar.com \
    --to=nickg@ecoscentric.com \
    --cc=ccoutand@stmi.com \
    --cc=ecos-devel@ecos.sourceware.org \
    --cc=nagaraj.kmurthy@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).