RE: [PATCH 1/3] reset: stm32: Add support of MCU HOLD BOOT

2020-11-25 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: jeudi 15 octobre 2020 15:01 > > Handle the register RCC_MP_GCR without SET/CLR registers but with a direct > access to bit BOOT_MCU: > - deassert => set the bit: The MCU will not be in HOLD_BOOT > - assert => clear the bit: The MCU will be set in HOLD_BOOT >

Re: [PATCH 1/3] reset: stm32: Add support of MCU HOLD BOOT

2020-10-21 Thread Patrice CHOTARD
Hi Patrick On 10/15/20 3:01 PM, Patrick Delaunay wrote: > Handle the register RCC_MP_GCR without SET/CLR registers > but with a direct access to bit BOOT_MCU: > - deassert => set the bit: The MCU will not be in HOLD_BOOT > - assert => clear the bit: The MCU will be set in HOLD_BOOT > > With this p

[PATCH 1/3] reset: stm32: Add support of MCU HOLD BOOT

2020-10-15 Thread Patrick Delaunay
Handle the register RCC_MP_GCR without SET/CLR registers but with a direct access to bit BOOT_MCU: - deassert => set the bit: The MCU will not be in HOLD_BOOT - assert => clear the bit: The MCU will be set in HOLD_BOOT With this patch the RCC driver handles the MCU_HOLD_BOOT_R value added in bindi