How do i boot from one of two locations on the STM32L072RBT6?
I have 2 application codes and 1 bootloader code. The bootloader should jump to the one of the 2 application codes.How do I implement the bootloader code and configure the layout of the application codes?