This is the repository for the embedded watch source for Bluetooth 2.1 and 4.0 for models WDS111, WDS112, and SW12. This tree is designed for TI Code Composer Studio (CCS) and IAR Embedded Workbench® for TI MSP430. This project has all the modules of the firmware including GUI, Bluetooth stack, background threads, and remote protocol handler. Di…
MetaWatchOpenProjects/MetaWatch-Gen2
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
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 embedded watch source for Bluetooth 2.1 and 4.0 for models WDS111, WDS112, and SW12. This tree is designed for TI Code Composer Studio (CCS) and IAR Embedded Workbench® for TI MSP430. This project has all the modules of the firmware including GUI, Bluetooth stack, background threads, and remote protocol handler. Di…