This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SD card in BLE example undefined reference to `app_sdc_busy_check'

in SDK14 I'm trying to add an SD card into the BLE central example.

The SD Card example compiles and runs OK. Problem happens when I combine that code into ble_app_uart_c. I'm using s132.

Everything compiles OK but on linking I get undefined reference to `app_sdc_busy_check' (and other endpoints within components/libraries/block_dev/sdc/nrf_block_dev_sdc.c

nrf_block_dev_sdc.c is getting compiled. I can't find the reason for these endpoints to be undefined.

Presumably a config issue of some kind?

Any suggestions pls?

Parents Reply Children
No Data
Related