Skip to content

Commit d637f6d

Browse files
Modified user trim default values.
1 parent 63f5c97 commit d637f6d

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

targets/TARGET_ONSEMI/TARGET_NCS36510/ncs36510_user_trim.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

targets/targets.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2329,28 +2329,28 @@
23292329
"extra_labels": ["ONSEMI"],
23302330
"config": {
23312331
"mac-addr-low": {
2332-
"help": "Lower 32 bits of the MAC extended address",
2333-
"value": "0x12345678"
2332+
"help": "Lower 32 bits of the MAC extended address. All FFs indicates that factory programmed MAC address shall be used. In order to override the factory programmed MAC address this value needs to be changed from 0xFFFFFFFF to any chosen value.",
2333+
"value": "0xFFFFFFFF"
23342334
},
23352335
"mac-addr-high": {
2336-
"help": "Higher 32 bits of the MAC extended address",
2337-
"value": "0xACDE4800"
2336+
"help": "Higher 32 bits of the MAC extended address. All FFs indicates that factory programmed MAC address shall be used. In order to override the factory programmed MAC address this value needs to be changed from 0xFFFFFFFF to any chosen value.",
2337+
"value": "0xFFFFFFFF"
23382338
},
23392339
"32KHz-clk-trim": {
23402340
"help": "32KHz clock trim",
2341-
"value": "0x3A"
2341+
"value": "0x39"
23422342
},
23432343
"32MHz-clk-trim": {
23442344
"help": "32MHz clock trim",
2345-
"value": "0x16"
2345+
"value": "0x17"
23462346
},
23472347
"rssi-trim": {
23482348
"help": "RSSI trim",
23492349
"value": "0x3D"
23502350
},
23512351
"txtune-trim": {
23522352
"help": "TX tune trim",
2353-
"value": "0x12"
2353+
"value": "0xFFFFFFFF"
23542354
}
23552355
},
23562356
"post_binary_hook": {"function": "NCS36510TargetCode.ncs36510_addfib"},

0 commit comments

Comments
 (0)