Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

problem with fatfs sd card example

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

Related