This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SDK V10 ble_app_hrs_rscs_relay can not work

ble_app_hrs_rscs_relay.heximage descriptionthe application ble_app_hrs_rscs_relay in SDK v9 can run fine,but in SDK v10.0.0 it doesnt work,even when i debug , it cannot go to main, and i use S130 v1.0.0 softdevice , can anybody help me ? thanks

Parents
  • FormerMember
    0 FormerMember

    The problem may be wrong ROM/RAM setting in Keil: Project --> Options for target --> Target

    The settings should be like this: image description

    ble_app_hrs_rscs_relay.zip from SDK 10.0.0.

    Update 08.03.16: The problem is that there is not enough RAM on your chips. The chips that you have have 16 kB RAM, however, the softdevice + ble_app_hrs_rscs_relay uses 10 kB + 8 kB = 18 kB RAM.

    With 16 kB RAM, the RAM size settings should be changed to 0x1800. By changing it to 0x1800, you will experience that the example doesn't compile. You can try to strip down the example and see if you are able to make it fit into the chip.

    You can find the RAM reqired by the application in the bottom of the .map file after compilation: double click on the project folder in keil.

  • nrf5182_xxAA,but the project in SDKv9 run ok

Reply Children
No Data
Related