On Tue, 21 Dec 2021 at 16:23, abhijeet inamdar
<abhijeetinamdar3...@gmail.com> wrote:
> How did we decide the NUM_IRQ_LINES 64 for stellaris?

Either:
(a) we looked at the documentation for the hardware, which told us
that this SoC is built with its Cortex-M core configured with
that many interrupt lines

Or:
(b) this is for legacy reasons a bogus setting which happens to
work because it's too big rather than too small

For a new SoC, you need to follow course (a), ie look at what
the hardware is and model that.

-- PMM

Reply via email to