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.
Tool/software: Code Composer Studio
Hy,
I'm trying to interface LAUNCHXL-CC2640R2 with external flash IS25LP128 through SPI.and i'm using the NVS driver to communicate with.The default driver has most of the configurations same as my external flash device.But where should i add the additional registers and instructions of my flash device.can i define it in my code ?or in my NVSSPI25X.C default source code .I'm referring the TI-RTOS example code (nvsexternal) from the resource explorer and just trying to write and read a string.but i have a confusion in configuring the device registers.
somebody please help me.
thankyou.
Hello Jane,
Jane Sam said:But where should i add the additional registers and instructions of my flash device.can i define it in my code ?or in my NVSSPI25X.C default source code .
Where you add the code depends on what those registers and instructions do? If they are required to access the external flash (like write, read or erase) then they'll have to be added to the NVSSPI25X.c file. If you go down this route, you will need to rebuild TI-Drivers.
Thanks,
Sai