how booting from bank 2 stm of 32l475?
Hello
I would like to boot my bank 1 or bank 2 card by activating / deactivating the BFB2.
I created a program to flash an LED, I put the code in bank 1 at address 0x08000000 by flashing the LED at a certain frequency and then I put the same code but changing the frequency blinking of the LED in bank 2 at address 0x08080000.
When I turn off the BFB2, the first bank code works, but when I turn on the BFB2, none of the two codes work.
Is it normal?
Thank you