STM32 UART bootloader on brand new chip.
Hi, I have some questions about the STM32 UART bootloader. I've never used this technology, so the questions might be trivial, but I couldn't find detailed information on the internet.
Question 1 - In all the tutorials I found, development boards or evaluation boards are always used, so always chips that have already been programmed. The question is: The STM32 UART Bootloader also present in brand new STM32 chips or does it need to be programmed?
I ask because I intend to design a module that must be as small as possible, to save space I would like to avoid letting out the SWD signals, and use the two wires of the UART also for first initial programming (brand new chip), I can do it?
Question 2 - All STM32 microcontrollers support UART bootloader? On some datasheets I see that it is not mentioned, but then there are generic documents for all STM32 that talk about it.
Thanks in advance
