Hi MarcoGiammarini,
Do you mean the test result like this:

And in each 0, it contains one pulse, right?
And you don't want that one pulse , right?
From the readme of the cmt project:
SDK_2.8.2_FRDM-K64F\boards\frdmk64f\driver_examples\cmt
This result is correct.
You can check the cmd example readme:
Note
The example modulates 11 bit data is modulated and output as: 10001100011.
The output waveform is captured on the oscilloscope like:
- data order: 1 -> 0 -> 0 -> 0 -> 1 -> 1 -> 0 -> 0 -> 0 -> 1 -> 1
- the period of the basic carrier generator signal is 25 microsecond
- bit 1 is about four normal carrier signal period.
- bit 0 is about one normal carrier signal period and three space carrier signal period.
So, please give me updated information, do you want bit0 just the space carrier signal period and no high period?
Best Regards,
Kerry