Hi park,
you have to do some bit operations with your words and splitting words into bytes.
Assuming you want the low 12 bit of your 16 bit word (U16) you have to do the following:
With odd words AND it with 0x0FFF. Then use Split number in the Advaced>>Data Manipulation palette to get the low and high byte.
With even words AND with 0x0FFF. Shift the word 4 bits to the left. Then use split number to get the low and high byte. OR the low byte to the high byte of the odd word.
Concatenate the three bytes (low byte of odd word, the ORed byte and the high byte of even word) to an array of U8.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions