zephyr/samples/application_development
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
..
code_relocation samples: remove redundant <zephyr/zephyr.h> includes 2022-06-15 09:13:11 +02:00
code_relocation_nocopy samples: code_relocation_nocopy: Fix initialization of external memory 2022-06-24 20:29:00 +02:00
external_lib samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
out_of_tree_board drivers: gpio: remove unused HAS_DTS_GPIO Kconfig symbol 2022-06-10 09:47:31 +02:00
out_of_tree_driver samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
application_development.rst