Part Number: RM57L843
Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
Hello ,
I've interfaced AD5687 DAC (12 bit ) IC to Hercules RM57L843 through mibspi3 interface. In order to update DAC output , its count need to be send in 24bit command format mentioned below :
In Halcogen there is setting for 'Charlen', I've configured charlen as 8 bits. Now I've confusion , as below mentioned function require buffer pointer data type is as uint16_t *
void mibspiSetData(mibspiBASE_t *mibspi, uint32 group, uint16 * data)
while sending transfer group , I'm not able to understand how to incarporate 24 bit command in transmit buffer which is of type 'uint16_t' instead of 'uint8_t'
Please guide on the same .
Thank you.