Hi Carlos
Good news. I found out that one of our customers is doing exactly what you need.
The "trick" he used is adding attribute to variable definition. For example:
char test[6] __attribute__((aligned(2)));
I did not try it yet.
If someone of CW staff watching this place, please comment. I saw no CW documentation for using attributes in code, only for LCF
I hope it helps