BFB2 Bit Set/Reset effect takes place only at Power cycle boot/Hard reset.
Hi Guys,
I am using STM32L476ZGT6 board with CMSIS layer version V4.30 .And when I tried to set/reset BFB2 bit in option bytes register it's effect doesn't takes place when I do System Reset using HAL_NVIC_SystemReset() API,instead it takes place when I power cycle the board.And also SYSCFG_MEMRMP Register values for FB_MODE setting effect doesn't remains place after System Reset Command
Questions:
1) Please mention why it is not working after soft reset HAL_NVIC_SystemReset() API?
2) Mention the flow for switching from flash partition 1 to flash partition 2 and again vice versa.
3) If this switching requires hard reset then suggest API available to do Power cycle reset.
Thanks in advance.
Aakash .