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.

SIMPLELINK-CC13XX-CC26XX-SDK: Problems when modifying NVS.c

Part Number: SIMPLELINK-CC13XX-CC26XX-SDK

Hey,

I tried to print values from the NVS.c file with the following commands:

#include <ti/display/Display.h>

extern Display_Handle dispHandle;

Display_printf(dispHandle,  0,  0,” ….”);

"dispHandle" is declared and initialized in another file, before calling a function with a print command. 

Printing from the file is not possible and changes to the code of NVS.c are not applied when building and rebuilding. Which modifications have to be made so that adjustments can be applied to the code in NVS.c? 

Thanks in advance for your help. 

With kind regards, 

Tobi

  • Hey Tobi,

    What example are you referencing?  What changes do you make to create the issue?  I am evaluating simple_peripheral and do not experience any difficulties with adding the Display driver if NVS.c/h are directly copied to the project workspace in the Application folder.  Please make sure to clean your project and note that linked file changes will not apply to the pre-built DriverLib library, hence the necessity to directly copy the NVS driver into the project to enact the changes applied.

    Regards,
    Ryan