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.

[参考译文] MSP430FR6928:具有 gdc0570七段显示屏的 Interfavibg

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

https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1293678/msp430fr6928-interfavibg-with-gdc0570-seven-segment-display

器件型号:MSP430FR6928

大家好、我们将七相显示屏 GDC570连接到 MSP430Fr6928、但它不会显示准确的 digit.please 有助于我们在七段显示屏上显示准确的数字。我们按如下方式配置了七相显示屏:

  LCDCCTL0 = LCDDIV__32 |LCDPRE_2|LCD4MUX| LCDLP|LCDSON;
  P6SEL0=0x78;// P6SEL0.x
  P6SEL1=0x78;// P6SEL0.x
  LCDCPCTL0 =LCDS3 | LCDS4;
  LCDCCTL0 |= LCDON;
  LCDMEM[2]=0xF0;
  LCDMEM[3]=0x30;

我们将以下代码定义为显示数字。它是否根据七 段的 A+b+c+d+e+f+g 正确代码。

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

    您好!

    请参阅此应用手册、以获得有关 LCD 段式显示屏和 MSP430 LCD 外设功能的更多知识。  https://www.ti.com/lit/slaa654 

    此处需要进行的练习是将您所选 LCD 的字符映射与所选的段关联起来、从而在 LCD 外设存储器映射中对这些段进行寻址。