Question
Guidance Needed for Developing a Universal Programmer for STM32
Hello STM32 Community,
I am working on designing a universal programmer for STM32 microcontrollers and would appreciate your guidance on the following:
- Software Development: What essential information is required to develop the software for a universal STM32 programmer?
- Memory Mapping: How can I obtain the memory mapping for various STM32 microcontrollers?
- File Format Decision: How should I decide whether to send a binary (.bin), Intel hex (.hex), or ELF (.elf) file to the microcontroller? What factors influence this decision?
- Existing Tools: How do existing development environments like Keil manage programming STM32 devices?
