Hey everyone,
I'm working with nRF52810 . I want to write into UCIRs before program execution starts.
I tried to configure NVMC(Non Volatile Memory Controller) and then writing into UCIR. But every time I try to write into NRF_NVMC->READY or NRF_NVMC->CONFIG or NRF_UCIR->CUSTOMER[ i ] via gdb
(gdb) set {uint32_t}0x[hex_addr] = value_required
it gives error:
"No symbol table is loaded. Use the "file" command."
I'm using:
Linux terminal environment with gcc toolchain and,
BlackMagic Probe as a debugger
Can someone give me any suggestion?