Part Number: TM4C123GH6PM
Hi there,
My project requirement is logging the data into the SD Card and transfer those files to pendrive. For SD Card I referred the SD Card example and for Pendrive I referred the USBMSC example. Both of them have same ff.c file but for disk related operations they have two different files namely USBMSC.c and MMC-DK-TM4C123G.c and both of them have same names. So compiler will give error such as "multiply defined xxxx" If I use both files in the same project.
Is there any example where I could get both of them working in the same project? or is there any common library?