Dear @Alice_Yang
Thank you fro your answer
You wrote
>You can put the configuration code in one file, then enable or disable for Debug and release.
Ok, I understand. It means that, in my case, I have to have two files:
fisrst file named i.e. PIN_MUX_DEBUG.C excluded from build in Release mode
second file named i.e. PIN_MUX_RELEASE.C excluded from build in Debug mode
Of course in the file PIN_MUX_DEBUG.C CPU pins 12 and 13 are defined as SWDIO and SWCLK
In the file PIN_MUX_RELEASE.C CPU pins 12 and 13 are defined as ADC0:CH2B and ADC0:CH1B
Is it correct ?
thank you very much for your help and cooperation
best regards