2021-12-03 05:16 AM
Why we need Bootloader, what is the tool to implement this, How to interface it, what are the Security features available in Bootloader?
2021-12-03 05:35 AM
It depends on which bootloader you are talking about: you can use the internal bootloader, which is discussed in detail in AN2606, or you can use your own, self-written one.
Difference:
Please read the documentation in AN2606 mentioned above as it probably answers a lot of your questions.
Regards
/Peter
2021-12-03 09:34 PM
Thanks @Peter BENSCH
2021-12-06 04:41 AM
Hi @Peter BENSCH ,
I want to write my own bootloader..
Can you please help me out...
2021-12-06 07:32 AM
>>I want to write my own bootloader..
That's likely to require you to read the manuals, the documentation,and perhaps college level texts on the topic area, and DIY
This book broaches the concepts
https://www.oreilly.com/library/view/making-embedded-systems/9781449308889/
>>Can you please help me out...
With which part the Coding, or the Concepts? This is a topic area requiring days of work, forum work is unpaid.
Perhaps you have colleagues or other team members? Local contractors?
If you need something to Copy, perhaps look at ST's IAP and secure loader sources/examples. There are examples of pulling firmware files from USB sticks, etc.