*** ERROR 74 *** [GLINK] NO ARRAY DECLARATION OF SIGNAL: {UART[0].TxMsg.Data[1]}, FILE: {DP710T.exr}
What does the above error mean, and how do I resolve it.
I've used the following two Hardware Definitions and neither seems to work:
UART[0].TxMsg.Data[0]
UART[0].TxMsg[1].Data[1]
Based on the API, the first one should work. Any advice would be appreciated.