> From: Alistair Francis
> Sent: Friday, March 6, 2020 4:40 AM
> To: Stephanos Ioannidis
> Cc: Peter Maydell ; Alistair Francis
> ; open list:All patches CC here
> ; open list:ARM TCG CPUs
> Subject: Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
&
essage-
> From: Peter Maydell
> Sent: Friday, March 6, 2020 4:30 AM
> To: Alistair Francis
> Cc: Stephanos Ioannidis ; Alistair Francis
> ; open list:All patches CC here
> ; open list:ARM TCG CPUs
> Subject: Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation
DYIE
No, PLLSAIRDYF and PLLSAIRDYIE are for STM32F42xxx and STM32F43xxx. STM32F405
does not have these fields.
Stephanos
-Original Message-
From: Alistair Francis
Sent: Friday, March 6, 2020 4:40 AM
To: Stephanos Ioannidis
Cc: Peter Maydell ; Alistair Francis
; open list:All patches
BIT_RANGE(a, b), ...)?
-Original Message-
From: Peter Maydell
Sent: Friday, March 6, 2020 4:30 AM
To: Alistair Francis
Cc: Stephanos Ioannidis ; Alistair Francis
; open list:All patches CC here
; open list:ARM TCG CPUs
Subject: Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulati
open list:ARM TCG CPUs
Subject: Re: [PATCH] hw/arm/stm32f405: Add preliminary RCC emulation support
On Sat, Feb 29, 2020 at 6:12 AM Stephanos Ioannidis wrote:
>
> The RCC (reset and clock control) is a hardware peripheral reset and
> clock configuration controller available on the STM32
On Thu, Mar 5, 2020 at 11:30 AM Peter Maydell wrote:
>
> On Thu, 5 Mar 2020 at 19:24, Alistair Francis wrote:
> >
> > On Sat, Feb 29, 2020 at 6:12 AM Stephanos Ioannidis
> > wrote:
>
> > > +typedef union {
> > > +struct {
> > > +uint32_t hsion : 1;
> > > +uint32_t hsirdy : 1
= heOn Sat, Feb 29, 2020 at 6:12 AM Stephanos Ioannidis
wrote:
>
> The RCC (reset and clock control) is a hardware peripheral reset and
> clock configuration controller available on the STM32F4xx series
> devices.
>
> This commit adds preliminary support for the RCC peripheral emulation,
> in or
On Thu, 5 Mar 2020 at 19:24, Alistair Francis wrote:
>
> On Sat, Feb 29, 2020 at 6:12 AM Stephanos Ioannidis wrote:
> > +typedef union {
> > +struct {
> > +uint32_t hsion : 1;
> > +uint32_t hsirdy : 1;
> > +uint32_t reserved0 : 1;
> > +uint32_t hsitrim : 5;
>
On Sat, Feb 29, 2020 at 6:12 AM Stephanos Ioannidis wrote:
>
> The RCC (reset and clock control) is a hardware peripheral reset and
> clock configuration controller available on the STM32F4xx series
> devices.
>
> This commit adds preliminary support for the RCC peripheral emulation,
> in order to
The RCC (reset and clock control) is a hardware peripheral reset and
clock configuration controller available on the STM32F4xx series
devices.
This commit adds preliminary support for the RCC peripheral emulation,
in order to support proper emulation of the firmware images that use
the STM32Cube d
10 matches
Mail list logo