This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

PCA10028 not discover in mobile

Hii, i use nordic PCA10028 dev kit, to test the bluetooth of kit i simply load the ble_app_hrs example which is given in SDK, because of i don't know how softdevice 110 is use i change the RAM and ROM address to iROM1 0x0 0x39000, iRAM1 0x20000000 0x8000 and generate hex file and load it using nrfgo studio, and than i search bluetooth in my android phone which has "jelly bean" OS but i can't find the bluetooth of kit. and than to check tha RAM and ROM address are right or wrong i change the RAM and ROM address of LED blink example of S110 which is also given in SDK and it's work fine. Anybody can tell what mistack i have done ? and if you have the example of that than please give.

Parents
  • Hi, the linker settings are wrong for the s110 softdevice. The correct settings are set by default when you open a new SDK project. S110 softdevice specification chapter 10 provides an overview of the memory allocation when using S110 stack.

    Also, to run the s110 examples in the SDK, you need to pre-program the softdevice binary. You can use nRFgo studio for this (win32 win64). The s110 softdevice binary is available here

  • Hello Vidar Thanks for give Reply i first download the hex file of S110 which you give using nrfgo studio in program softdevice tab and than i upload my hex file which is generate in ble_app_hrs example they give me error as "programming failed: Thishex file data in Softdevice region, Try programming using "Program SoftDevice or erase all before programming" ". in nRFgo studio window it shows Region 1(application) Siza:168kb and address: 0x16000 and it below it shows Region 0(SoftDevice) Size:88kb and Firmware: S110_nRF51822_7.1.0(Id:0x005a). if i'm wrong then how can i use your hex of S110 it is place in any folder of SDk installation or anything else i have to do?

Reply
  • Hello Vidar Thanks for give Reply i first download the hex file of S110 which you give using nrfgo studio in program softdevice tab and than i upload my hex file which is generate in ble_app_hrs example they give me error as "programming failed: Thishex file data in Softdevice region, Try programming using "Program SoftDevice or erase all before programming" ". in nRFgo studio window it shows Region 1(application) Siza:168kb and address: 0x16000 and it below it shows Region 0(SoftDevice) Size:88kb and Firmware: S110_nRF51822_7.1.0(Id:0x005a). if i'm wrong then how can i use your hex of S110 it is place in any folder of SDk installation or anything else i have to do?

Children
No Data
Related