Boot loaders overview
ds30 Loader
- The "standard" boot loader.
- Uses an optimized binary communication protocol.
- Hex file parsing is done on the host.
- Delivery includes documentation, GUI and console applications.
- Small flash footprint.
- .NET (.dll) and native (.a) API are available, sold separately.
- Secure version available.
ds30 HEX Loader
- Uses a very simple ascii communication protocol.
- Hex file parsing is done on the target.
- Delivery includes documentation, communication protocol and sample applications written in C, C# and Python.
- Easy to add boot loader support to any application.
- Secure version available.
ds30 SD Card Loader
- For boot loading from a SD card.
- Based on FatFs.
- Secure version available.