User Activity

Posted on April 01, 2015 at 20:23The reference manual in section 21.3.3 to choose the clock for a timer says the following: External clock mode2: external trigger input (ETR connected internally to LSE) But the following description is not sufficien...
Posted on March 18, 2015 at 00:35We have notifications that we want encrypted, so we set the following flags   uint8_t charProperties = CHAR_PROP_NOTIFY|CHAR_PROP_READ;   uint8_t secPermissions = ATTR_PERMISSION_ENCRY_READ; Now using something like ...