Hi All,
I need to find the RF Tx power setting of the nRF52840 by reading from the register. I understand this is possible through Jlink and the following command:
--memrd <addr> [--w <width>] [--n <n>]
I know the addr is 0xABCDEF but what values should I use for w and n?
Thank you