Hi,
I'm trying the sample fat_fs on the nRF5340 DK
1) It does build, but there is awarning
CMake Warning at D:\nRfConnect\v1.8.0\zephyr\CMakeLists.txt:722 (message):
No SOURCES given to Zephyr library: drivers__disk
2) looked with the debugger: in the main() it reaches the LOG_ERR("Storage init ERROR!");
void main(void)