Creating my own emulated project

Hello all,

I have managed to connect the BLE module, based on the nrf52820 via the SW (4 pins) to the nrf52dk and surprisingly programming works via the Segger EM !

Indeed, this is the blinky example provided with the nRF5, namely PCA10100e. So, now I am looking at how to bring my project that is based on PCA10040 to this module, so, I am looking at Nordic Semiconductor Infocenter , but got stuck at step 5), actually, would somebody be so nice and explain in layman words already the step 2) and so on ...

Meanwhile I have found this :Developing for the nRF52820 with nRF5 SDK v16.0.0 - Blogs - Nordic Blog - Nordic DevZone (nordicsemi.com) it seems more useful (btw there is an error here, namely in step 10, "memory segments" can be found under "linker" and not under "code" !

Anyway, I am following this, but since I have the SDK ver 17... latest version of the nrf5 , will this work ?

Thank you in advance!

Best.

Parents
  • Hi. 

    Anyway, I am following this, but since I have the SDK ver 17... latest version of the nrf5 , will this work ?

    The nRF52820 is fully supported in nRF5 SDK v.17.0.0 and later, so there really isn't any reason to reference the blog-post. 

    but got stuck at step 5)

    5. In the linker script settings, adjust the linker script to match the maximum RAM and flash size of nRF52820.

    • ROM END: 0x3FFFF
    • RAM END: 0x20007FFF

    Maybe you could elaborate on what you mean by stuck? Are you seeing any errors? Or maybe you don't know how to adjust the linker script?

    Br, 
    Joakim

Reply
  • Hi. 

    Anyway, I am following this, but since I have the SDK ver 17... latest version of the nrf5 , will this work ?

    The nRF52820 is fully supported in nRF5 SDK v.17.0.0 and later, so there really isn't any reason to reference the blog-post. 

    but got stuck at step 5)

    5. In the linker script settings, adjust the linker script to match the maximum RAM and flash size of nRF52820.

    • ROM END: 0x3FFFF
    • RAM END: 0x20007FFF

    Maybe you could elaborate on what you mean by stuck? Are you seeing any errors? Or maybe you don't know how to adjust the linker script?

    Br, 
    Joakim

Children
No Data
Related