nrf_qspi_nor.c Incorrect value used for checking start of RAM address space #29467
Labels
area: Drivers
area: Flash
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
nrf_qspi_nor.c checks incorrect value when deciding if data is stored in FLASH or RAM.
CONFIG_SRAM_BASE_ADDRESS
is the base address of the image SRAM, and not the base of actual HW SRAM.The devicetree node
sram0
should be used instead.This impacts trustzone-enabled devices where
CONFIG_SRAM_BASE_ADDRESS
does not point to the same address as thesram0
devicetree node (ie actual bottom of HW SRAM).The text was updated successfully, but these errors were encountered: