< div class = "字段field-name-taxonomy-forums field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >论坛:,< / div > < div class = "字段条目" > < div class =”field-item甚至“rel = " sioc: has_container " > < a href = " /论坛/ dialog-smartbond-bluetooth-low-energy - % E2 % 80% 93 -软件”“=“sioc:容器sioc:论坛”属性= " rdfs: label skos: prefLabel”数据类型= " " >对话框Smartbond蓝牙低能量-软件< / > < / div > < / div > < / div > < div class =”字段field-name-body field-type-text-with-summary field-label-hidden”> < div class = "字段条目" > < div class =”field-item甚至“财产=“内容:编码”> < p >你好,我想做射频Measurnment测试为我定制的,其中包含DA14681和SKY66112-11。 我使用Smartsnippets工具箱和PLT_FW固件进行测试。
typedef enum {
HW_RF_PWR_LUT_0dbm = 0, /**<
;TX PWR衰减0 dbm */
HW_RF_PWR_LUT_m1dbm = 1, /**<TX PWR衰减-1 dbm */
HW_RF_PWR_LUT_m2dbm = 2, /**<TX PWR衰减-2 dbm */
HW_RF_PWR_LUT_m3dbm = 3, /**<TX PWR衰减-3 dbm */
HW_RF_PWR_LUT_m4dbm = 4, /**<
当main.c中我将值从0改为4 dm时,我看不到我的rssi值有任何变化。
2ndly in datasheet of SKY66112-11, it has only 2 TX Power modes, so how come in firmware 5 power modes are defined but in actual only 2 modes can be used by the IC .
If my understanding is wrong, please clarify.