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

HRS pca10100 missing

Hi,

After fighting with Zephyr, mcuboot and others, i decided to come back on sdk5 sdk.

I'm working with nrf52833DK and latest sdk5.

I should drag and drop hrs example but it is not present in this version of the sdk, that claim to suport this board in the latest version 16.

How to proceed please ?

Thanks a lot 

Parents
  • Hi Florian

    "No where i speak about flash or ram size, does it correspond to the 512kB  128kB tht 52833 has ?" I'm having some trouble understanding this question, but the FLASH_PH_SIZE and RAM_PH_SIZE are the total Flash and RAM size available, so 512kB Flash and 128kB RAM is correct for the nRF52833.

    The PH parameters mean physical, this is where you define the physical limits of the start and size addresses. FLASH_PH_START would be the physical start address of the application, so 0 should be correct for most projects.

    You can check out the nRFConnect for Desktop Programmer app where you can upload .hex files and see the file memory layout to see what space the different parts (Application, SoftDevice, bootloader) of your project occupy.

    I believe the bootloader questions are answered in your other ticket.

    Best regards,

    Simon

Reply
  • Hi Florian

    "No where i speak about flash or ram size, does it correspond to the 512kB  128kB tht 52833 has ?" I'm having some trouble understanding this question, but the FLASH_PH_SIZE and RAM_PH_SIZE are the total Flash and RAM size available, so 512kB Flash and 128kB RAM is correct for the nRF52833.

    The PH parameters mean physical, this is where you define the physical limits of the start and size addresses. FLASH_PH_START would be the physical start address of the application, so 0 should be correct for most projects.

    You can check out the nRFConnect for Desktop Programmer app where you can upload .hex files and see the file memory layout to see what space the different parts (Application, SoftDevice, bootloader) of your project occupy.

    I believe the bootloader questions are answered in your other ticket.

    Best regards,

    Simon

Children
Related