ARM-software / MDK-Middleware

MDK-Middleware (file system, network and USB components) source code for Arm Cortex-M using CMSIS-Drivers and CMSIS-RTOS2 APIs.
https://arm-software.github.io/MDK-Middleware/
97 stars 25 forks source link

Suggest to add "Working with Examples" #46

Closed ReinhardKeil closed 1 month ago

ReinhardKeil commented 2 months ago

Suggest to add an section "Working with Examples" below:

Sections:

Using VS Code

This section explains how to use MDK-Middleware with the Arm CMSIS Solution for VS Code. This extension is for example part of Keil Studio.

Explore Examples

Compile for Target

Use uVision Debugger

This section shows how to call the uVision Debugger from VS Code and use the advanced debug features such as Event Recorder and Component Viewer to analyse the MDK-Middleware.

Use VS Code Debugger

This section shows how to use VS Code Debug Extensions to analyse the MDK-Middleware.

Using uVision IDE

This section explains how to create applications using the uVision IDE.

Import examples

RobertRostohar commented 1 month ago

Done in #65.