MetaWatchOpenProjects/MetaWatch-Gen2

LED keeps on flshing for WDS112

harshadapendse opened this issue · 3 comments

I am debugging the gen1.out using CCStudio5.5, The LED keeps on flashing looks like the watch is resetting continuously. I am using WDS112 watch.

Did you figure out the cause of continuous reboot? I, too, am having the same issue, once the WDS112 is paired with iOS.

For my WDS112, the Gen 2 hex file worked. So I think you should try to compile Gen2.

Hi!
I downloaded the project and I'm trying to compile the project in CCS 5.3, 5.5 and 6... And always it compiles with errors.

  1. Errors (expression must have a constant value Adc.c /MetaWatch/Application line 315 C/C++ Problem) on lines which contents this:
    tMessage Msg = {1, LowBattWarning[Severity].MsgType1, MSG_OPT_NONE, NULL};

image

What do I not correctly?