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:"无法从非基元位置&quot 加载;

Guru**** 2390755 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1250171/msp430f5510-cannot-load-from-non-primitive-location

器件型号:MSP430F5510

大家好、我正在尝试通过 SPI 和蓝牙以及 UART 与 ADC 进行通信。  

但我在 Tx 和 Rx 缓冲区中收到了一种"无法从非原始位置加载"类型的错误。 此外、还在后一张幻灯片上附加了  

 

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Ajinkya:

    UCA1TXBUF 是寄存器名称(基元)、不是变量、因此无法添加到表达式。  您可以在"Registers"视图中查看 UCA1TXBUF 寄存器的内容。

    菜单>查看>寄存器。