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?