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)
if (disk_access_init(disk_pdrv) != 0) {
LOG_ERR("Storage init ERROR!");
Could you please comment on the above 2 points ?
What steps should i make to have a SD-card running, is using sample fat_fs the way to go ?
Best Regards,
Theo