Initialize the bootloader on STM32L432KC
I am a new embedded software engineer using STM32L432KC for my company's projects.
I have been tasked to install a bootloader into this MCU. I am not sure how to proceed. I do understand that the BOOT0 pin which is grounded has to be set HIGH and BOOT1 pin has to be set LOW. But I'm not sure how to program the chip to install the bootloader into memory.
Can someone assist me on this issue? I am using the Keil Microvision alongside STM32CubeMX.
It would be really helpful if you could prove the links to APIs/Headerfiles etc/.
