On Thu, 6 Jan 2022 at 15:45, Alex Bennée <alex.ben...@linaro.org> wrote: > Peter Maydell <peter.mayd...@linaro.org> writes: > > Yeah, that trick only works for the real CPU object, not for > > passing to SoC or SoC-like objects. > > Hmm I wonder if I should be instantiating the underlying CPU object? > AIUI the cores are cortex-m0+ so I assume that comes with the gic/irq > wiring up that armv7m does?
M-profile's a funny special case -- you do always need to create the armv7m object, which wires up the NVIC and CPU objects together. -- PMM