Hi,all.i store my password into uicr used JLink,then i want to read it used ble interface and return it to APP.How to do that?Thanks a lot!
Hi,all.i store my password into uicr used JLink,then i want to read it used ble interface and return it to APP.How to do that?Thanks a lot!
You do not need any special API to read data from FLASH, just use memcpy function. Special handling is only needed when writing to Flash while Ble activity.
You do not need any special API to read data from FLASH, just use memcpy function. Special handling is only needed when writing to Flash while Ble activity.
Hi,Aryan,Thanks.if i store my password at 0x10001084,can you give me a sample? Thanks again!
memcpy(p_dest, (uint8_t *)0x10001084, size); make sure that your destination is in RAM
wuvo.leo , Can you please update this thread, if it helped then please accept the answer