nRF54L15 flash problem.

Hi,

I use the nRF54L15-DK flash fimware (.hex) with "nRF Connect for Desktop - Programmer" success.

And I view the schematic, discovered the DK board have flash memory MX25R6435F "U9"

So I have Three Question

Q1: When I use "nRF Connect for Desktop - Programmer" to flashed any firmware to nRF54L15-DK, firmware is update to nRF54L15 or flash memory "U9" ?

Q2: Flash memory "U9" is mandatory in layout ?

Q3:Can we flash fimware to nRF54L15 (layout w/o U9)?

Parents
  • Hi,

    Q1: When I use "nRF Connect for Desktop - Programmer" to flashed any firmware to nRF54L15-DK, firmware is update to nRF54L15 or flash memory "U9" ?

    The programmer application is only flashing to the nRF54L15 internal flash, not to U9.

    Q2: Flash memory "U9" is mandatory in layout ?

    No, if you can fit the application within the internal flash a external SPI flash isn't required. One thing to keep in mind is that when using DFU you will effectively halv the available flash, as it needs to fit 2 DFU images, in this case having external flash is beneficial as one of the images can be stored externally.

    Q3:Can we flash fimware to nRF54L15 (layout w/o U9)?

    Yes, when using a programmer you write directly to the nRF54L15 internal flash.

     

    Best regards,

    Bendik

  • Hi Bendik,
    Thanks for you reply!

    but I have another question, if U9 isn't mandatory in layout, Why U9 is schematic in nRF54L15-DK?

Reply Children
Related