Does the nrf54l15 have a register to specify the boot area?

Does the nrf54l15 have a register to specify the boot area? Similar to the NRF_UICR->NRFFW of nrf52833.Or does the nrf54l15 have to boot from address 0x00000000?

Parents
  • Hi,

      

    Does the nrf54l15 have a register to specify the boot area? Similar to the NRF_UICR->NRFFW of nrf52833.

    When using NCS, it does not have such functionality. You can ofcourse choose to have a bootloader at address 0, then your application at a offset, but it is not a strict requirement.

    Or does the nrf54l15 have to boot from address 0x00000000?

    It boots from 0.

     

    Kind regards,

    Håkon

Reply
  • Hi,

      

    Does the nrf54l15 have a register to specify the boot area? Similar to the NRF_UICR->NRFFW of nrf52833.

    When using NCS, it does not have such functionality. You can ofcourse choose to have a bootloader at address 0, then your application at a offset, but it is not a strict requirement.

    Or does the nrf54l15 have to boot from address 0x00000000?

    It boots from 0.

     

    Kind regards,

    Håkon

Children
No Data
Related