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

How to backport a example from sdk 14.3 to sdk 12.3

Hello All,

I am working on the N51822 custom board.

Using segger IDE, SDK 12.3

Previously i have worked on the sdk 14.3 on the n52810 board. It is working properly on that.

But now i have replicated same on the n51822 module with SES IDE (segger) using sdk 12.3.

But in sdk 12.3 SES files are not available.

I wanted to know the procedure from backport my previous file (sdk 14.3 ,pca10040e , s112) to sdk 12.3 ( pca10028 (s130) board files) .

I am getting lots of errors if i change definitions , include file, configuration file as per the board n51822. 

Which file i have change/modified/import in the 12.3 sdk so it will work properly as same as 14.3 sdk.

Please help me if anyone know the procedure.

Waiting for your valuable response.

Regards

Rohit

Parents
  • Hi,

    Please check my code it is from sdk 14.3
    i have import to sdk 12.3 (pca10028) how can i do it..?

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    /**
    * Copyright (c) 2015 - 2017, Nordic Semiconductor ASA
    *
    * All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without modification,
    * are permitted provided that the following conditions are met:
    *
    * 1. Redistributions of source code must retain the above copyright notice, this
    * list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form, except as embedded into a Nordic
    * Semiconductor ASA integrated circuit in a product or a software update for
    * such product, must reproduce the above copyright notice, this list of
    * conditions and the following disclaimer in the documentation and/or other
    * materials provided with the distribution.
    *
    * 3. Neither the name of Nordic Semiconductor ASA nor the names of its
    * contributors may be used to endorse or promote products derived from this
    * software without specific prior written permission.
    *
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    this code is working for the nrf52810 i sdk 14.3.
    Now i have to replicate on the nrf51822...

    Please provide your input..
    Waiting for the response...

    Regards,

    Rohit

Reply
  • Hi,

    Please check my code it is from sdk 14.3
    i have import to sdk 12.3 (pca10028) how can i do it..?

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    /**
    * Copyright (c) 2015 - 2017, Nordic Semiconductor ASA
    *
    * All rights reserved.
    *
    * Redistribution and use in source and binary forms, with or without modification,
    * are permitted provided that the following conditions are met:
    *
    * 1. Redistributions of source code must retain the above copyright notice, this
    * list of conditions and the following disclaimer.
    *
    * 2. Redistributions in binary form, except as embedded into a Nordic
    * Semiconductor ASA integrated circuit in a product or a software update for
    * such product, must reproduce the above copyright notice, this list of
    * conditions and the following disclaimer in the documentation and/or other
    * materials provided with the distribution.
    *
    * 3. Neither the name of Nordic Semiconductor ASA nor the names of its
    * contributors may be used to endorse or promote products derived from this
    * software without specific prior written permission.
    *
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    this code is working for the nrf52810 i sdk 14.3.
    Now i have to replicate on the nrf51822...

    Please provide your input..
    Waiting for the response...

    Regards,

    Rohit

Children
No Data