Getting Started with MDK-ARM Software
From Waveshare Wiki
Preparation
1. Install MDK-ARM, please see the MDK installation tutorial for details.
2. Install the corresponding downloader driver, commonly used downloaders such as ST-LINK V2, J-LINK | ARM Debugger, if you are using ULINK2, you do not need to install the downloader driver (MDK-ARM has been integrated).
Compile & Download
1. Open the corresponding board demo, take the GPIO_LED_Key demo of the Open103v as an example:
2. Click Build, under normal circumstances, you can see the following prompt, indicating that the compilation passed, 0 errors, 0 warnings:
3. Click Download, under normal circumstances, you can see the following prompt, indicating that the download is successful and running normally.