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

IAR with SDK9.0; files broken

Hello,

I am using SDK9.0 and softdevice 8.0 and I have worked on keil tool. Now I want to use IAR toolchain for the same project. So I started first with example projects and it is giving error Project files are broken. Still when I tried to open, it is not having pre-processor to link to the header files.

I am using IAR ARM workbench 7.10.1 and also installed MDK for IAR from nordic. Kindly help me.

Regards,
Sowmya

Parents
  • I tested with LED_Blinky example and I manually added pre-processor in compiler settings. But the board is getting reset after few seconds of the application run. Didn't get the cause for that.

    So now I am testing with ble_app_hrs heart-rate application, for this I am getting array is too large error for SOFTDEVICE_HANDLER_INIT function. Found a solution here. If I change BLE_STACK_EVT_MSG_BUF_SIZE to 1, will it effect the project workspace which I am using with keil?

    Update: Fixed the error array is too large by adding BLE_STACK_SUPPORT_REQD symbol in compiler settings. Now I am not able to debug. It is not allowing to set breakpoint.

Reply
  • I tested with LED_Blinky example and I manually added pre-processor in compiler settings. But the board is getting reset after few seconds of the application run. Didn't get the cause for that.

    So now I am testing with ble_app_hrs heart-rate application, for this I am getting array is too large error for SOFTDEVICE_HANDLER_INIT function. Found a solution here. If I change BLE_STACK_EVT_MSG_BUF_SIZE to 1, will it effect the project workspace which I am using with keil?

    Update: Fixed the error array is too large by adding BLE_STACK_SUPPORT_REQD symbol in compiler settings. Now I am not able to debug. It is not allowing to set breakpoint.

Children
No Data
Related