Skip to content

This is the repository for the my edition of embedded watch source for MetaWatch Strata. Base on MetaWatch-Gen2 version 1.5.1 (It seem like they don't want to update their repository to the most recent version of firmware) For the build instruction please check on the original repository.

Notifications You must be signed in to change notification settings

GearWalker/MetaWatch-GearEdition

 
 

Repository files navigation

This project contains the BT Stack and Wrapper (and the application).

Instructions for building .a43 flash file (use the blue clip for flashing):
1. Start IAR
2. Select “Bootloader” as the configuration;
3. Build the configuration;
4. Open the generated .map file from “Project -> Bootloader -> List” folder;
5. Search for “EndofImage”;
6. Copy the last 5 digits of the “ADDRESS”, e.g. 5A5A5;
7. Open “LinkerConfigurationBootloader.xcl” file at “Project” folder;
8. Replace the last 5 digits in the last line “0x42B9E” with the copied 5 digits, e.g. 5A5A5;
9. Rebuild.

The Code Composer Studio 5 is supported for building flash file for STRATA/FRAME (using Gen2 CCS project configuration) and WDS112 (using Gen1 CCS project configuration). 

The developer clip for flashing STRATA is here: http://shop.metawatch.com/collections/accessories/products/accessory-developer-black-strata.

The developer clip for flashing FRAME and WDS112 is here: http://shop.metawatch.com/collections/accessories/products/accessory-developer-black-frame.

The supported version of IAR is 5.51. You can check screen shots of the IAR project configuration in the Docs folder if you can't open the project file in older version of IAR.


About

This is the repository for the my edition of embedded watch source for MetaWatch Strata. Base on MetaWatch-Gen2 version 1.5.1 (It seem like they don't want to update their repository to the most recent version of firmware) For the build instruction please check on the original repository.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.0%
  • C++ 1.5%
  • Other 1.5%