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