I tried to compile the sd card example from the fatfs library. But it didn't work.
Can anyone tell me more about this errors?
NRF_BLOCK_DEV_SDC_DEFINE(m_block_dev_sdc, NRF_BLOCK_DEV_SDC_CONFIG( SDC_SECTOR_SIZE, APP_SDCARD_CONFIG(SDC_MOSI_PIN, SDC_MISO_PIN, DC_SCK_PIN, SDC_CS_PIN)), NFR_BLOCK_DEV_INFO_CONFIG("Nordic", "SDC", "1.00"));
I get the error:
Symbol '_work' could not be resolved und Symbol 'SDC_SECTOR_SIZE' could not be resolved.
thank you