Your experiences with the in-built bootloaders ?
Heyho,
I'm currently designing a new modular system, with an STMH7 on the base-card. That one's basically up and running, including a self-made bootloader.
Now I'm working on some new modules, these will be connected to the "base H7", probably via I2C, 2 extra UART lines might also be possible.
The previous system used ATmega-MCUs on the modules, now we'll surely use some STM32 type. These modules will not do any DSP or computing, so a "small" STM32 will do (tending towards L07x because of the EEPROM).
To save some dev time I'm thinking about using the internal bootloader for the module MCU, controlled by the base H7.
I have checked the application notes (AN2606 and the ANs depending on the BL interface), also found the example source code from ST on Github.
So far that looks okay and doable, nevertheless user experience always wins over "reading". :D
So...
- Anybody using the ST bootloaders in some real-life products ?
- How did that go and work out ? Documentation and source code examples good enough for smooth development ?
Thanks in advance!
