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

How to run ble_app_hrs project with IAR?

Hi,

  1. I have nRF51822 DK with (s110_nrf51822_7.0.0, nRF51 SDK_v6.1.0.0) and when i try to run the project in IAR 7.20.2 i receive an error.

image description

image description

2 ) My icf file

ble_app_hrs.icf

  1. Error after i added "--drv_vector_table_base=0x0" it is not starts from main. image description
Parents
  • The error window is indicating you are trying to program address 0x15000 which is 84K. With SDS 7.0.0 the stack goes up to 88K. I suspect you need to edit your linker config file for the proper start and size of your projects code space. You can do that by selecting projects->options->linker->config in your IDE.

Reply
  • The error window is indicating you are trying to program address 0x15000 which is 84K. With SDS 7.0.0 the stack goes up to 88K. I suspect you need to edit your linker config file for the proper start and size of your projects code space. You can do that by selecting projects->options->linker->config in your IDE.

Children
Related