bootloader for stm32f030k6t6
i am trying to make a bootloader for a stm32f030k6t6, i was reading the AN4325 application note, from what i understood that i can only have a USART bootloader on pins PA14/PA15 or PA9/PA10, and i have a bluetooth connected on the uart1 serial which are different pins from PA14/PA15--PA9/PA10, i wanted to know if it is possible to use the bluetooth to make OTA bottloader. and also I have many doubts about the RAM memory, since it is 4k, it starts at address 0x2000 0000, then I must make a division of memory for the bottloader initially I am placing 0x200100, I do not know if it is right to define that amount.
Translated with www.DeepL.com/Translator (free version)
