Hello ı am using Mcuxpresso 11.1.0 and SDK_2.7.0_MIMXRT1052xxxxB for imx rt 1050. I tried to modify Ecompass example with fatfs example. My point is write measured data to sd card not terminal in ecompass example. Tried to use fatfs example to do this. But can not include some required files to ecompass example from fatfs example. Is there a way to do this. Files :fatfs, sdmmc and ffconf.h...
Hi Omer,
In MCUXpresso, when a project has been established, the IDE can't add new component to it. You have to copy new code to the project manually. When you are going to add a new directory to project, you must right click the project name, then New->Source Folder. Otherwise the new items won't be compiled.
Regards,
Jing
Hi Jing,
Thanks for your reply.
Regards,
Omer