Hello, I have a problem with one of the KeilV5.25 examples that is for file system...I copied the example from the Pack Installer.. But I faced this problem: this is a linker Error as is:
.\Output\File_Demo.axf: Error: L6218E: Undefined symbol FSMC_NAND_AttributeSpace_Timing_Init (referred from file_demo.o). .\Output\File_Demo.axf: Error: L6218E: Undefined symbol FSMC_NAND_CommonSpace_Timing_Init (referred from file_demo.o). .\Output\File_Demo.axf: Error: L6218E: Undefined symbol FSMC_NAND_Init (referred from file_demo.o).
I didn't touch the example code an d just compiled it.Also I already have the functions...
Thanks.