This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642BOOST: How to implement QSPIFlash driver functions?

Part Number: AWR1642BOOST

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.