Hello every one,
I am using cc430f5137, i am getting value from ADC12 which is unsigned int, now i want to transfer it through cc1101 module for which i need unsigned char value. In an ADC ISR i copied ADC12MEM2 value to num variable and then by using the memcpy command i want to convert it into char. when i try to look ch in Expression box it shows only "." can any one know how to convert it.