This pack contains example projects, that should help you to create your own applications based on the software components included.
| Example name | MDK-Middleware Component(s) | Description |
|---|---|---|
| CMSIS-RTOS Blinky | none | Blinking LED example based on CMSIS-RTOS2 and Keil RTX5 |
| CAN | none | CAN communication example that sends and receives messages |
| File System Demo | File System | File manipulation example using the on-board SD card slot |
| BSD_Client | Network | Server side of BSD socket communication |
| BSD_Server | Network | Client side of BSD socket communication |
| FTP_Server | Network + File System | FTP server for file hosting |
| HTTP_Server | Network | HTTP server for web hosting |
| HTTP_Upload | Network | HTTP server with file upload capabilities |
| SMTP_Client | Network | SMTP client for e-mail communication |
| SNMP_Agent | Network | SNMP agent for monitoring a network attached device |
| Telnet_Server | Network | Telnet server for a command line interface to the embedded device |
| Keyboard | USB Host | Shows how to use a USB keyboard with an embedded device |
| MassStorage | USB Host + File System | Explain how to attach a USB stick to an embedded device |
| HID | USB Device | Demonstrates simple data exchange between the embedded device and the host PC |
| MassStorage | USB Device + File System | Creates a USB stick with mass storage capabilities for connecting to a PC |
| VirtualCOM | USB Device | Implements a virtual COM port for serial communication |
| WinUSB_Echo | USB Device | Demonstrates how to use the WinUSB class for communication with a Windows PC |