This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to obtain the full MAC address in nrfjprog

用dos命令执行命令: nrfjprog --memrd 0x100000a4 --n 8 得到结果:0x100000A4: E40908DD 4466D3DD |......fD|

而正确的MAC地址应该是:D3DDE40908DD

问题来了:要如何修改这个命令能一次性只得到“D3DDE40908DD”

Google translated

With dos command Run : nrfjprog --memrd 0x100000a4 --n 8
get results : 0x100000A4: E40908DD 4466D3DD | ...... fD |

The correct MAC address should be : D3DDE40908DD

The question is : how to modify this command to be able to get a one-time only "D3DDE40908DD"

Related