Hi,
In order to solve another ticket, I need to make mass storage sample to work with a nrf7002dk and nc3.0.2 but I can't manage to make it work. It was working two years ago when I tried with ncs 2.5.0.
In prj.conf, I added :
CONFIG_APP_MSC_STORAGE_FLASH_FATFS=y CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
(I took example from this ticket : USB Mass Storage Sample using nRF7002-dk - Nordic Q&A - Nordic DevZone - Nordic DevZone )
And setup following build configuration

But it doesn't compile :
In file included from C:/ncs/v3.0.2/zephyr/include/zephyr/storage/flash_map.h:330,
from C:/Dev/zephyr_sandbox/mass/src/main.c:21:
C:/Dev/zephyr_sandbox/mass/src/main.c: In function 'setup_flash':
C:/ncs/v3.0.2/nrf/include/flash_map_pm.h:47:22: error: 'PM_storage_partition_ID' undeclared (first use in this function)
47 | #define PM_ID(label) PM_##label##_ID
Any idea ?
Thank you for your help

