This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F5510: "cannot load from non-primitive location"

Part Number: MSP430F5510

hi, I am trying to Communicate with the ADC through SPI and Bluetooth with a UART. 

but I received a "cannot load from non-primitive location" type of Error in Tx And Rx Buffer. Also Attached the image of the same 

 

  • Hi Ajinkya,

    UCA1TXBUF is a register name (a primiative), not a variable and therefore cannot be added to expressions.  You can view the contents of the UCA1TXBUF register in the "Registers" view.

    Menu> View>Registers.

**Attention** This is a public forum