BYTE and WORD Conversion Using Functions

XG5000 has many functions for converting data between different types.

  • We will provide some examples that are useful for data that is configured for BYTE arrays.

  • The following code examples are available in LP312_ADC_XEM_DataConversion_Example.zip file. (Provide link)

Function Name Description
BYTE_WORD Takes Low and High BYTE and outputs a WORD
WORD_DWORD Takes Low and High WORD and outputs a DWORD

 

 

 

 

LP312-2