I uses S110 V6.00 softdeivce ,v5.20 SDK, and the nrf51822QFAC chip. now I use the 32k ram ,but it is wrong.The program is not run. I only use the 16k ram ,as same as nrf51822QFAA. Can you help me ,for offer a example.
I uses S110 V6.00 softdeivce ,v5.20 SDK, and the nrf51822QFAC chip. now I use the 32k ram ,but it is wrong.The program is not run. I only use the 16k ram ,as same as nrf51822QFAA. Can you help me ,for offer a example.
The program is stop at sd_ble_gap_device_name_set,i can not find what error,can you tell me how can to find the error?
compile your program with this keil settings Target_options->C/C++->optiomizations->Level 0
flash the code and set the breakpoint at the line next to where "err_code = sd_ble_gap_dev_name_set is called. run the debugger. And when the breakpoint hits, you can check what the err_code is.
Thanks. please tell me the way If who knows,how can to use the 32K ram for NRF51822QFAC.
I missed to see that you are using SD6.0, i am not sure if you can use 32k with that old SD
Which version S110 is support the 32K RAM for nrf51822QFAC?