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

Software porting from nrf52832 to nrf52810

Hi ,

In our actual design, we are using nrf52810. We have done all our development on nrf52832, as there is no Eval Kit present for nrf52810. We are porting our development from nrf52832 to nrf52810. We are using Peripheral code(ble_app_uart) and central code(ble_app_uart_c). While porting we have found that there is no Central code available for nrf52810. Please suggest where we can find the central code for nrf52810.

Please suggest!

Thanks Regards,

Meghna

Parents
  • Hi

    We don't have any central example projects specifically for the nRF52810, but you should be able to migrate any nRF52832 project to work on the nRF52810 by following our Developing for nRF52810 guide.

    Please note that (as said) the nRF52810 may not be a great choice for central applications, as it has rather limited RAM and Flash memory, which central applications (and the SoftDevices with central support) tend to use more of.

    Best regards,

    Simon

  • Can you please tell me how to check exact Ram size ,application size and stack size of central and peripheral code?

    As i am using nrf52832 and its flash size is maximum 512 KB Flash, 64/32 KB RAM. And nrf52810 having flash size maximum 192 KB Flash, 24 KB RAM.

    I have a confusion that i check the code for peripheral s112 (nrf52810)- the main.c file is exactly same with peripheral code s132 (nrf52832). But the Ram size is different for both(nrf52810 and nrf52832) code.So, How can i port peripheral code of nrf52832 to nrf52810 ?

Reply
  • Can you please tell me how to check exact Ram size ,application size and stack size of central and peripheral code?

    As i am using nrf52832 and its flash size is maximum 512 KB Flash, 64/32 KB RAM. And nrf52810 having flash size maximum 192 KB Flash, 24 KB RAM.

    I have a confusion that i check the code for peripheral s112 (nrf52810)- the main.c file is exactly same with peripheral code s132 (nrf52832). But the Ram size is different for both(nrf52810 and nrf52832) code.So, How can i port peripheral code of nrf52832 to nrf52810 ?

Children
Related