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

IAR & nrf5 sdk

Hi,

I'm interested in multiprocol examples and I'm trying to compile examples provided by the latest sdk for nrf52840 mcu.

IAR 8.x doesn't work  I have this error "code is not link compatible with the new (c++14) library"

and 7.6.x doesn't know nrf52840 mcu. Could you tell me which Iar release is supported for this mcu? thanks

Parents
  • The SDK is plain 'C' - not C++ - so perhaps you need to reconfigure your project ?

    ==> I'm thinking that the examples provided by this sdk are well defined, neverless, I changed a little bit this part but the problem has shifted

    Have you asked IAR? Having paid all that cash for it, you should be taking full use of their support service!

    ==> not yet, I'm not sure that the problem comes from IAr, I think it comes from examples provided by the sdk

    I guess that the question posted here help me to identify the problem because I've checked old posts in this forum and IAR seems not fully supported, but most of these posts have 1 year old, hope that we have some improvements

Reply
  • The SDK is plain 'C' - not C++ - so perhaps you need to reconfigure your project ?

    ==> I'm thinking that the examples provided by this sdk are well defined, neverless, I changed a little bit this part but the problem has shifted

    Have you asked IAR? Having paid all that cash for it, you should be taking full use of their support service!

    ==> not yet, I'm not sure that the problem comes from IAr, I think it comes from examples provided by the sdk

    I guess that the question posted here help me to identify the problem because I've checked old posts in this forum and IAR seems not fully supported, but most of these posts have 1 year old, hope that we have some improvements

Children
Related