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

Using f_printf with FATFS

I'm having problems using f_printf function with nRF52 SDK v16

undefined reference to `f_printf'

Makefile is the same of FATFS example and already includes:

$(SDK_ROOT)/external/fatfs/port/diskio_blkdev.c \
$(SDK_ROOT)/external/fatfs/src/ff.c \

Parents Reply Children
Related