Hi support
I am developing code for the application core on the nrf5340 and testing this on an nrf7002dk dev kit. I am using sdk version 3.0.0.
The code needs to read from and write to the internal nrf5340 flash. As a start, I have copied the approach used in the soc_flash_nrf sample. This accesses the storage_partition. However I find that this code only works if sysbuild is disabled in the build configuration. If sysbuild is enabled, the device_is_ready() function fails when i run the code on the dev kit.
Is there a way that I can access the internal flash with code that is build with sysbuild enabled ?