zephyr/samples/application_development/code_relocation_nocopy/boards
Andrzej Głąbek 788fe5b4bf samples: code_relocation_nocopy: Fix initialization of external memory
Despite the comment it contains, the initialization procedure for
the external memory chip on nRF5340 DK does not enable the High
Performance Mode in the chip, so communication using a frequency
higher than 8 MHz fails and the sample crashes (it works only right
after programming the chip with nrfjprog, which enables the High
Performance Mode, but the chip returns to the Low Power mode after
the board is power-cycled).
This commit fixes the initialization procedure and performs some
additional clean-up.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2022-06-24 20:29:00 +02:00
..
nrf5340dk_nrf5340_cpuapp samples: code_relocation_nocopy: Fix initialization of external memory 2022-06-24 20:29:00 +02:00
nrf5340dk_nrf5340_cpuapp.conf samples: code_relocation_nocopy: Fix initialization of external memory 2022-06-24 20:29:00 +02:00