Other Parts Discussed in Thread: PGA460, MSP430F5529, , MSP-EXP430F5529LP, ENERGIA
Hi,
I am using PGA460-Q1 with MSP430F5529 microcontroller for my application. I have been writing my custom code to interface with PGA460-Q1 through USART communication. I am able to send a write command and receive a response, but I get the diagnostic data i.e. First byte of response as 0XFF whatever might be the command. Also the recived checksum doesn't matches with my calculated checksum on receive operation. My checksum calculation is correct as I compared the checksum calculated by my c function with the PGA460 GUI checksum calculation and they matched for the transmit operation. To verify my comunication I wote to a register at address 0x40 with a value by Register Write Command (Cmd10) and in the next command i read the same register using CMd9. But diagnostic byte received was 0XFF and even the cheksum didn't match. Is there something which i am missing out for USART communication on PGA460?
Thanks
Nishant Sharma