Hello. How to save uint32_t variable to a specific address in flash memory in nrf connect sdk? in other projects this was solved by allocating a custom flash memory section in the linker script, and also using __attribute__((section("name"))). But in zephyr the linker script is generated during assembly. If it's not difficult, give an example of how to implement this, thanks in advance