Problem with relocating to serial port

Hi,nordic

I am using ses6.22a, the sdk is 1710 and mesh5.00. When I integrate the serial port case into the mesh sensor case, the serial port can work normally, but it must be in the case of locating the RTT. If not, It will report the following error, how can I solve such a problem?My goal is to use the serial port to respond and output, instead of outputting on rtt after the serial port responds, I want to transmit the data through the serial port

  • Hi,

    The build error is caused from the SES version that you are using is not supported by the SDK version. We always recommend using the IDE/compiler versions used for testing/verification of the SDK release. The versions are noted in the SDK release notes:

    nRF5 SDK v17.1.0
    ------------------------
    The following toolchains/devices have been used for testing and verification:
     
     - ARM: MDK-ARM version 5.25   
     - GCC: GCC ARM Embedded 9.2020-q2.major
     - IAR: IAR Workbench 7.80.4
     - SES: SES 5.42a

    You can find more details about the issue in this post.

    Best regards,
    Jørgen

Related