CMSIS_5 icon indicating copy to clipboard operation
CMSIS_5 copied to clipboard

SVDConv does not support more than 240 interrupts

Open simtind opened this issue 5 years ago • 4 comments

Cortex-M33 should support up to 480 interrupts, but when declaring an interrupt with interrupt number 240 or above, it triggers error M331, independent of the value of <deviceNumInterrupts>.

*** ERROR M331: interrupts.svd (Line 35) Interrupt 'LAST' Number '240' greater 239.

*** INFO M211: interrupts.svd (Line 35) Ignoring Interrupt : 'LAST' (see previous message)

Attached is a minimal svd file that reproduces the issue. interrupts.txt

simtind avatar Jan 20 '20 08:01 simtind

Hi @simtind,

thanks for pointing this out. We'll have a look into that one.

Cheers, Jonatan

JonatanAntoni avatar Jan 20 '20 08:01 JonatanAntoni

Hi, any movement on this issue?

simtind avatar Sep 11 '20 08:09 simtind

Hi @JonatanAntoni, Have you had time to look at this?

simtind avatar Aug 13 '21 09:08 simtind

Hi @simtind,

sorry, this slipped through while we were working on getting the CMSIS-Pack code to open source.

Cheers, Jonatan

JonatanAntoni avatar Sep 06 '21 15:09 JonatanAntoni