I want to store data into device flash memory from /utils/cli.c using qspiflash driver.
But it causing me linking error while compiling.
qspiflash driver functions implemented inside cli.c causing error as 'Undefined symbols' while building .bin file.
I have included its header(ti/drivers/qspiflash/qspiflash.h) inside /utils/cli.c.