Hi,
running the USB hid sample project and sending from host terminal
$ journalctl -k -n 10
I get
[ 2231.751311] usb 1-1.3: SerialNumber: D0766E074450A9F0
I want to change the exposed SerialNumber to "2022070001"
How to do that ?
Looking around somewhere I've found a reference to NRF_FICR->DEVICEADDR[1:0].
Unfortunately, attempting to read this variable gets the compiler complaining NRF_FICR_Type has no member named DEVICEADDR.
What's the solution ?