S08 ( 8 bit ) Applications and Information
- A bootloader for the S08 written completely in C
Bootloader Features:
- Written entirely in C ( except vector table )
- Very small footprint ( 800 bytes of Flash, 96 bytes of RAM + stack )
- Custom Acknowledged serial protocol with error checking
- Support for User Application Boot initiation via SWI
- Uses Serial loopback test for new firmware update detection
- Includes PC downloader application with source
Included in the ZIP file:
- application_framework2.zip - This is a sample application framework for the bootloader
- Bincvt.exe - a S19 to flat binary converter
- a word doc describing the bootloader and how to use it
- emg_C_Bootloader.zip - The Bootloader project/firmware
- emg_downloader.zip - PC app source files for a serial downloader using a custom ACK protocol
- emg_downloader_r01.exe - A recent and tested build of the downloader PC source