Hello,
First of all thanks for the answer, now it works.
I've a new question related to GUI Composer and also related to CCS:
--> I've a Param.c file in my project with parameters defined via a structure in a table. Exemple Param[0].pv_param.value
--> At the end of this file, there is the following definition :
#pragma DATA_SECTION(paramsCRC, "myProject_params");
const unsigned long paramsCRC = 0xB0955481;
It seems that the parameters are stored in the memory, somewhere.
I will, via the GUI i'm building, modify this parameters during the test on the hardware. I want to "save" the parameters in a file and load this file later when I will start again the GUI.
Is it possible ? And if yes, how is it possible ?
Thanks for your answer and time.