Download Executable Files to MM32F5 Microcontroller

Download Executable Files to MM32F5 Microcontroller

Introduction Using development environments with graphical interfaces like Keil MDK or IAR, you can compile source code projects and download the generated executable files to the target microcontroller within the graphical interface. However, if you use command-line toolchains like ARMGCC, you need additional downloading tools to transfer the compiled executable files to the target microcontroller. … Read more

Building a DAP-LINK Module from Scratch

Building a DAP-LINK Module from Scratch

1. Introduction Today, I came across a method shared online for creating a DAP-LINK using the AT32F425 microcontroller. I happen to have this microcontroller on hand, so I will test the DAP-LINK creation method shared online. I usually use DAP-LINK as a development tool for ARM microcontrollers, so creating this development tool can also be … Read more