Thank you. I was able to run example "low_power_dma_uart_demo".
Then I've made a new project "TESTPRJ" by using "make_new_cw_project.exe"
and I've created the directory "kl25_sc_rev8\klxx-sc-baremetal\src\projects\TESTPRJ" where I've copied the example code in "platinum".
These steps were ok and I was able to compile and debug the project.
Anyway, trying to compile other projects such as "FRDM_KL25ZDemo" I have several errors. Firstly, the files in subdirectories are not included, and this is easily solved by adding them to the project; then Codewarrior finds multiple definitions of some declaration since it finds, e.g., a second "sysinit.c".
Since it looks that I'm not following correct methods I would like to ask you which is the correct way to compile the given code? Thank you