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 ...
Posted on May 13, 2015 at 00:41bluenrg_utils.h provides some utility methods to write/read IFR data. Have not toyed around with it yet, but we will need it in the future too. Functions seem fairly well documented. There is also documentation on the ...
Posted on April 01, 2015 at 20:26Hi Davide, haha sorry you are right that was a misunderstanding on my part. We were looking for a similar feature at some point, trying to align adc reads to radio activity but didn't get a real clean answer. I agre...
Posted on March 16, 2015 at 16:36Hi, We are using Liviu's ARM eclipse plugin and really like it. It is surprising how there is such an all platform, open IDE solution that integrates all the other open solutions such as openocd for debugging connect...